Searched refs:DISPC_CONTROL2 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/arm/mach-omap2/ |
D | display.c | 44 #define DISPC_CONTROL2 0x0238 macro 247 v = omap_hwmod_read(oh, DISPC_CONTROL2); in dispc_disable_outputs() 294 v = omap_hwmod_read(oh, DISPC_CONTROL2); in dispc_disable_outputs() 296 omap_hwmod_write(v, oh, DISPC_CONTROL2); in dispc_disable_outputs()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 219 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL2, 0, 0 }, 220 [DISPC_MGR_FLD_STNTFT] = { DISPC_CONTROL2, 3, 3 }, 221 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL2, 5, 5 }, 222 [DISPC_MGR_FLD_TFTDATALINES] = { DISPC_CONTROL2, 9, 8 }, 223 [DISPC_MGR_FLD_STALLMODE] = { DISPC_CONTROL2, 11, 11 }, 595 return REG_GET(DISPC_CONTROL2, 6, 6) == 1; in dispc_wb_go_busy() 608 go = REG_GET(DISPC_CONTROL2, 6, 6) == 1; in dispc_wb_go() 614 REG_FLD_MOD(DISPC_CONTROL2, 1, 6, 6); in dispc_wb_go() 3542 DUMPREG(DISPC_CONTROL2); in dispc_dump_regs()
|
D | dispc.h | 36 #define DISPC_CONTROL2 0x0238 macro
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 319 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL2, 0, 0 }, 320 [DISPC_MGR_FLD_STNTFT] = { DISPC_CONTROL2, 3, 3 }, 321 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL2, 5, 5 }, 322 [DISPC_MGR_FLD_TFTDATALINES] = { DISPC_CONTROL2, 9, 8 }, 323 [DISPC_MGR_FLD_STALLMODE] = { DISPC_CONTROL2, 11, 11 }, 750 return REG_GET(dispc, DISPC_CONTROL2, 6, 6) == 1; in dispc_wb_go_busy() 763 go = REG_GET(dispc, DISPC_CONTROL2, 6, 6) == 1; in dispc_wb_go() 769 REG_FLD_MOD(dispc, DISPC_CONTROL2, 1, 6, 6); in dispc_wb_go() 3517 DUMPREG(dispc, DISPC_CONTROL2); in dispc_dump_regs()
|
D | dispc.h | 33 #define DISPC_CONTROL2 0x0238 macro
|