Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-omap2/
Ddisplay.c45 #define DISPC_CONTROL3 0x0848 macro
314 v = omap_hwmod_read(oh, DISPC_CONTROL3); in dispc_disable_outputs()
362 v = omap_hwmod_read(oh, DISPC_CONTROL3); in dispc_disable_outputs()
364 omap_hwmod_write(v, oh, DISPC_CONTROL3); in dispc_disable_outputs()
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc.h28 #define DISPC_CONTROL3 0x0848 macro
Ddispc.c225 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL3, 0, 0 },
226 [DISPC_MGR_FLD_STNTFT] = { DISPC_CONTROL3, 3, 3 },
227 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL3, 5, 5 },
228 [DISPC_MGR_FLD_TFTDATALINES] = { DISPC_CONTROL3, 9, 8 },
229 [DISPC_MGR_FLD_STALLMODE] = { DISPC_CONTROL3, 11, 11 },
3424 DUMPREG(DISPC_CONTROL3); in dispc_dump_regs()
/linux-5.19.10/drivers/gpu/drm/omapdrm/dss/
Ddispc.h26 #define DISPC_CONTROL3 0x0848 macro
Ddispc.c331 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL3, 0, 0 },
332 [DISPC_MGR_FLD_STNTFT] = { DISPC_CONTROL3, 3, 3 },
333 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL3, 5, 5 },
334 [DISPC_MGR_FLD_TFTDATALINES] = { DISPC_CONTROL3, 9, 8 },
335 [DISPC_MGR_FLD_STALLMODE] = { DISPC_CONTROL3, 11, 11 },
3508 DUMPREG(dispc, DISPC_CONTROL3); in dispc_dump_regs()