Searched refs:DISPC_CONTROL2 (Results 1 – 5 of 5) sorted by relevance
/linux/arch/arm/mach-omap2/ |
A D | display.c | 44 #define DISPC_CONTROL2 0x0238 macro 305 v = omap_hwmod_read(oh, DISPC_CONTROL2); in dispc_disable_outputs() 352 v = omap_hwmod_read(oh, DISPC_CONTROL2); in dispc_disable_outputs() 354 omap_hwmod_write(v, oh, DISPC_CONTROL2); in dispc_disable_outputs()
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
A D | dispc.c | 306 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL2, 0, 0 }, 307 [DISPC_MGR_FLD_STNTFT] = { DISPC_CONTROL2, 3, 3 }, 308 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL2, 5, 5 }, 309 [DISPC_MGR_FLD_TFTDATALINES] = { DISPC_CONTROL2, 9, 8 }, 310 [DISPC_MGR_FLD_STALLMODE] = { DISPC_CONTROL2, 11, 11 }, 729 return REG_GET(dispc, DISPC_CONTROL2, 6, 6) == 1; in dispc_wb_go_busy() 742 go = REG_GET(dispc, DISPC_CONTROL2, 6, 6) == 1; in dispc_wb_go() 748 REG_FLD_MOD(dispc, DISPC_CONTROL2, 1, 6, 6); in dispc_wb_go() 3491 DUMPREG(dispc, DISPC_CONTROL2); in dispc_dump_regs()
|
A D | dispc.h | 22 #define DISPC_CONTROL2 0x0238 macro
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
A D | dispc.h | 24 #define DISPC_CONTROL2 0x0238 macro
|
A D | dispc.c | 208 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL2, 0, 0 }, 209 [DISPC_MGR_FLD_STNTFT] = { DISPC_CONTROL2, 3, 3 }, 210 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL2, 5, 5 }, 211 [DISPC_MGR_FLD_TFTDATALINES] = { DISPC_CONTROL2, 9, 8 }, 212 [DISPC_MGR_FLD_STALLMODE] = { DISPC_CONTROL2, 11, 11 }, 3420 DUMPREG(DISPC_CONTROL2); in dispc_dump_regs()
|
Completed in 27 milliseconds