Searched refs:IMGU_REG_ISP_CTRL (Results 1 – 2 of 2) sorted by relevance
441 writel(readl(base + IMGU_REG_ISP_CTRL) | IMGU_CTRL_ICACHE_INV, in imgu_css_hw_init()442 base + IMGU_REG_ISP_CTRL); in imgu_css_hw_init()450 if (!(readl(base + IMGU_REG_ISP_CTRL) & IMGU_CTRL_IDLE)) { in imgu_css_hw_init()561 writel(readl(base + IMGU_REG_ISP_CTRL) in imgu_css_hw_start()562 | IMGU_CTRL_START | IMGU_CTRL_RUN, base + IMGU_REG_ISP_CTRL); in imgu_css_hw_start()635 if (imgu_hw_wait(css->base, IMGU_REG_ISP_CTRL, in imgu_css_hw_stop()
78 #define IMGU_REG_ISP_CTRL (IMGU_REG_BASE + 0x00) macro