Searched defs:CFG_INV_HSYNC (Results 1 – 3 of 3) sorted by relevance
245 CFG_INV_HSYNC = 1 << 2, /* Normally active high */ enumerator
380 #define CFG_INV_HSYNC(hsync) ((hsync) << 2) macro
610 #define CFG_INV_HSYNC(hsync) ((hsync)<<2) macro