Searched refs:DISPC_CONTROL (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/arm/mach-omap2/ |
D | display.c | 44 #define DISPC_CONTROL 0x0040 macro 444 v = omap_hwmod_read(oh, DISPC_CONTROL); in dispc_disable_outputs() 491 v = omap_hwmod_read(oh, DISPC_CONTROL); in dispc_disable_outputs() 493 omap_hwmod_write(v, oh, DISPC_CONTROL); in dispc_disable_outputs()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 180 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL, 0, 0 }, 181 [DISPC_MGR_FLD_STNTFT] = { DISPC_CONTROL, 3, 3 }, 182 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL, 5, 5 }, 183 [DISPC_MGR_FLD_TFTDATALINES] = { DISPC_CONTROL, 9, 8 }, 184 [DISPC_MGR_FLD_STALLMODE] = { DISPC_CONTROL, 11, 11 }, 197 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL, 1, 1 }, 199 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL, 6, 6 }, 271 const bool need_lock = rfld.reg == DISPC_CONTROL || rfld.reg == DISPC_CONFIG; in mgr_fld_write() 2869 REG_FLD_MOD(DISPC_CONTROL, act_high ? 1 : 0, 29, 29); in dispc_lcd_enable_signal_polarity() 2877 REG_FLD_MOD(DISPC_CONTROL, enable ? 1 : 0, 28, 28); in dispc_lcd_enable_signal() [all …]
|
D | dispc.h | 30 #define DISPC_CONTROL 0x0040 macro
|