Searched refs:DISPC_CONTROL2 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/arm/mach-omap2/ |
D | display.c | 45 #define DISPC_CONTROL2 0x0238 macro 450 v = omap_hwmod_read(oh, DISPC_CONTROL2); in dispc_disable_outputs() 497 v = omap_hwmod_read(oh, DISPC_CONTROL2); in dispc_disable_outputs() 499 omap_hwmod_write(v, oh, DISPC_CONTROL2); in dispc_disable_outputs()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 214 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL2, 0, 0 }, 215 [DISPC_MGR_FLD_STNTFT] = { DISPC_CONTROL2, 3, 3 }, 216 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL2, 5, 5 }, 217 [DISPC_MGR_FLD_TFTDATALINES] = { DISPC_CONTROL2, 9, 8 }, 218 [DISPC_MGR_FLD_STALLMODE] = { DISPC_CONTROL2, 11, 11 }, 585 return REG_GET(DISPC_CONTROL2, 6, 6) == 1; in dispc_wb_go_busy() 598 go = REG_GET(DISPC_CONTROL2, 6, 6) == 1; in dispc_wb_go() 604 REG_FLD_MOD(DISPC_CONTROL2, 1, 6, 6); in dispc_wb_go() 3474 DUMPREG(DISPC_CONTROL2); in dispc_dump_regs()
|
D | dispc.h | 36 #define DISPC_CONTROL2 0x0238 macro
|