Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/platform_data/
Dvideo-mx3fb.h14 #define FB_SYNC_OE_ACT_HIGH 0x80000000 macro
/Linux-v5.4/arch/arm/mach-imx/
Dmach-vpr200.c57 .sync = FB_SYNC_CLK_IDLE_EN | FB_SYNC_OE_ACT_HIGH,
73 .sync = FB_SYNC_CLK_IDLE_EN | FB_SYNC_OE_ACT_HIGH,
Dmx31lilly-db.c150 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
Dmach-armadillo5x0.c334 .sync = FB_SYNC_OE_ACT_HIGH,
349 .sync = FB_SYNC_OE_ACT_HIGH | FB_SYNC_HOR_HIGH_ACT |
Dmach-pcm037.c368 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
384 .sync = FB_SYNC_OE_ACT_HIGH | FB_SYNC_CLK_INVERT,
Dmach-pcm043.c65 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
Dmach-mx27_3ds.c335 .sync = FB_SYNC_OE_ACT_HIGH |
Dmach-mx35_3ds.c65 .sync = FB_SYNC_OE_ACT_HIGH,
Dmach-mx31_3ds.c150 .sync = FB_SYNC_OE_ACT_HIGH | FB_SYNC_CLK_INVERT,
/Linux-v5.4/drivers/video/fbdev/
Dmx3fb.c182 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
836 if (fbi->var.sync & FB_SYNC_OE_ACT_HIGH) in __set_par()