Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_hw.h245 CFG_INV_HSYNC = 1 << 2, /* Normally active high */ enumerator
/openbmc/linux/drivers/video/fbdev/
H A Dpxa168fb.h380 #define CFG_INV_HSYNC(hsync) ((hsync) << 2) macro
/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h610 #define CFG_INV_HSYNC(hsync) ((hsync)<<2) macro