Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/platform_data/
Dvideo-mx3fb.h17 #define FB_SYNC_OE_ACT_HIGH 0x80000000 macro
/Linux-v4.19/arch/arm/mach-imx/
Dmach-vpr200.c66 .sync = FB_SYNC_CLK_IDLE_EN | FB_SYNC_OE_ACT_HIGH,
82 .sync = FB_SYNC_CLK_IDLE_EN | FB_SYNC_OE_ACT_HIGH,
Dmx31lilly-db.c159 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
Dmach-armadillo5x0.c348 .sync = FB_SYNC_OE_ACT_HIGH,
363 .sync = FB_SYNC_OE_ACT_HIGH | FB_SYNC_HOR_HIGH_ACT |
Dmach-pcm037.c377 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
393 .sync = FB_SYNC_OE_ACT_HIGH | FB_SYNC_CLK_INVERT,
Dmach-pcm043.c73 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
Dmach-mx27_3ds.c344 .sync = FB_SYNC_OE_ACT_HIGH |
Dmach-mx35_3ds.c74 .sync = FB_SYNC_OE_ACT_HIGH,
Dmach-mx31_3ds.c159 .sync = FB_SYNC_OE_ACT_HIGH | FB_SYNC_CLK_INVERT,
/Linux-v4.19/drivers/video/fbdev/
Dmx3fb.c185 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
839 if (fbi->var.sync & FB_SYNC_OE_ACT_HIGH) in __set_par()