Home
last modified time | relevance | path

Searched refs:FB_SYNC_OE_ACT_HIGH (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/linux/platform_data/
Dvideo-mx3fb.h14 #define FB_SYNC_OE_ACT_HIGH 0x80000000 macro
/Linux-v6.1/drivers/video/fbdev/
Dmx3fb.c182 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
835 if (fbi->var.sync & FB_SYNC_OE_ACT_HIGH) in __set_par()