Searched refs:DISPC_CONTROL2 (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | display.c | 45 #define DISPC_CONTROL2 0x0238 macro 448 v = omap_hwmod_read(oh, DISPC_CONTROL2); dispc_disable_outputs() 495 v = omap_hwmod_read(oh, DISPC_CONTROL2); dispc_disable_outputs() 497 omap_hwmod_write(v, oh, DISPC_CONTROL2); dispc_disable_outputs()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
H A D | dispc.c | 210 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL2, 0, 0 }, 211 [DISPC_MGR_FLD_STNTFT] = { DISPC_CONTROL2, 3, 3 }, 212 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL2, 5, 5 }, 213 [DISPC_MGR_FLD_TFTDATALINES] = { DISPC_CONTROL2, 9, 8 }, 214 [DISPC_MGR_FLD_STALLMODE] = { DISPC_CONTROL2, 11, 11 }, 581 return REG_GET(DISPC_CONTROL2, 6, 6) == 1; dispc_wb_go_busy() 594 go = REG_GET(DISPC_CONTROL2, 6, 6) == 1; dispc_wb_go() 600 REG_FLD_MOD(DISPC_CONTROL2, 1, 6, 6); dispc_wb_go() 3392 DUMPREG(DISPC_CONTROL2); dispc_dump_regs()
|
H A D | dispc.h | 36 #define DISPC_CONTROL2 0x0238 macro
|
Completed in 148 milliseconds