Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/platform_data/
Dvideo-mx3fb.h17 #define FB_SYNC_OE_ACT_HIGH 0x80000000 macro
/linux-4.1.27/arch/arm/mach-imx/
Deukrea_mbimxsd35-baseboard.c74 FB_SYNC_OE_ACT_HIGH | FB_SYNC_CLK_INVERT,
91 FB_SYNC_OE_ACT_HIGH | FB_SYNC_CLK_INVERT,
Dmach-vpr200.c67 .sync = FB_SYNC_CLK_IDLE_EN | FB_SYNC_OE_ACT_HIGH,
83 .sync = FB_SYNC_CLK_IDLE_EN | FB_SYNC_OE_ACT_HIGH,
Dmx31lilly-db.c176 .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.c475 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
491 .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.c432 .sync = FB_SYNC_OE_ACT_HIGH |
Dmach-mx35_3ds.c77 .sync = FB_SYNC_OE_ACT_HIGH,
Dmach-mx31_3ds.c272 .sync = FB_SYNC_OE_ACT_HIGH | FB_SYNC_CLK_INVERT,
/linux-4.1.27/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()