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