Home
last modified time | relevance | path

Searched refs:DISPC_CONTROL2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm/mach-omap2/
H A Ddisplay.c36 #define DISPC_CONTROL2 0x0238 macro
300 v = omap_hwmod_read(oh, DISPC_CONTROL2); in dispc_disable_outputs()
347 v = omap_hwmod_read(oh, DISPC_CONTROL2); in dispc_disable_outputs()
349 omap_hwmod_write(v, oh, DISPC_CONTROL2); in dispc_disable_outputs()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c308 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL2, 0, 0 },
309 [DISPC_MGR_FLD_STNTFT] = { DISPC_CONTROL2, 3, 3 },
310 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL2, 5, 5 },
311 [DISPC_MGR_FLD_TFTDATALINES] = { DISPC_CONTROL2, 9, 8 },
312 [DISPC_MGR_FLD_STALLMODE] = { DISPC_CONTROL2, 11, 11 },
731 return REG_GET(dispc, DISPC_CONTROL2, 6, 6) == 1; in dispc_wb_go_busy()
744 go = REG_GET(dispc, DISPC_CONTROL2, 6, 6) == 1; in dispc_wb_go()
750 REG_FLD_MOD(dispc, DISPC_CONTROL2, 1, 6, 6); in dispc_wb_go()
3499 DUMPREG(dispc, DISPC_CONTROL2); in dispc_dump_regs()
H A Ddispc.h22 #define DISPC_CONTROL2 0x0238 macro
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.h24 #define DISPC_CONTROL2 0x0238 macro
H A Ddispc.c208 [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 },
3418 DUMPREG(DISPC_CONTROL2); in dispc_dump_regs()