Home
last modified time | relevance | path

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

/drivers/video/omap2/dss/
Ddispc.c190 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL2, 0, 0 },
191 [DISPC_MGR_FLD_STNTFT] = { DISPC_CONTROL2, 3, 3 },
192 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL2, 5, 5 },
193 [DISPC_MGR_FLD_TFTDATALINES] = { DISPC_CONTROL2, 9, 8 },
194 [DISPC_MGR_FLD_STALLMODE] = { DISPC_CONTROL2, 11, 11 },
561 return REG_GET(DISPC_CONTROL2, 6, 6) == 1; in dispc_wb_go_busy()
574 go = REG_GET(DISPC_CONTROL2, 6, 6) == 1; in dispc_wb_go()
580 REG_FLD_MOD(DISPC_CONTROL2, 1, 6, 6); in dispc_wb_go()
3213 DUMPREG(DISPC_CONTROL2); in dispc_dump_regs()
Ddispc.h36 #define DISPC_CONTROL2 0x0238 macro