Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap2/
Ddisplay.c46 #define DISPC_CONTROL3 0x0848 macro
456 v = omap_hwmod_read(oh, DISPC_CONTROL3); in dispc_disable_outputs()
504 v = omap_hwmod_read(oh, DISPC_CONTROL3); in dispc_disable_outputs()
506 omap_hwmod_write(v, oh, DISPC_CONTROL3); in dispc_disable_outputs()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddispc.h40 #define DISPC_CONTROL3 0x0848 macro
Ddispc.c231 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL3, 0, 0 },
232 [DISPC_MGR_FLD_STNTFT] = { DISPC_CONTROL3, 3, 3 },
233 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL3, 5, 5 },
234 [DISPC_MGR_FLD_TFTDATALINES] = { DISPC_CONTROL3, 9, 8 },
235 [DISPC_MGR_FLD_STALLMODE] = { DISPC_CONTROL3, 11, 11 },
3478 DUMPREG(DISPC_CONTROL3); in dispc_dump_regs()