Searched defs:CFG_INV_VSYNC (Results 1 – 3 of 3) sorted by relevance
232 CFG_INV_VSYNC = 1 << 3, /* Normally active high */ enumerator
377 #define CFG_INV_VSYNC(vsync) ((vsync) << 3) macro
622 #define CFG_INV_VSYNC(vsync) ((vsync)<<3) macro