Searched refs:CFG_INV_VSYNC (Results 1 – 4 of 4) sorted by relevance
244 CFG_INV_VSYNC = 1 << 3, /* Normally active high */ enumerator
116 ~(CFG_INV_CSYNC | CFG_INV_HSYNC | CFG_INV_VSYNC), in armada_drm_crtc_update()405 val |= CFG_INV_VSYNC; in armada_drm_crtc_mode_set_nofb()407 CFG_INV_VSYNC, LCD_SPU_DUMB_CTRL); in armada_drm_crtc_mode_set_nofb()
378 #define CFG_INV_VSYNC(vsync) ((vsync) << 3) macro
608 #define CFG_INV_VSYNC(vsync) ((vsync)<<3) macro