Home
last modified time | relevance | path

Searched defs:CFG_INV_VSYNC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_hw.h244 CFG_INV_VSYNC = 1 << 3, /* Normally active high */ enumerator
/openbmc/linux/drivers/video/fbdev/
H A Dpxa168fb.h378 #define CFG_INV_VSYNC(vsync) ((vsync) << 3) macro
/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h608 #define CFG_INV_VSYNC(vsync) ((vsync)<<3) macro