Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-css.c219 base + IMGU_REG_PM_CTRL); in imgu_css_set_powerup()
225 pm_ctrl = readl(base + IMGU_REG_PM_CTRL); in imgu_css_set_powerup()
234 base + IMGU_REG_PM_CTRL); in imgu_css_set_powerup()
235 if (imgu_hw_wait(base, IMGU_REG_PM_CTRL, in imgu_css_set_powerup()
249 pm_ctrl = readl(base + IMGU_REG_PM_CTRL); in imgu_css_set_powerup()
251 writel(val, base + IMGU_REG_PM_CTRL); in imgu_css_set_powerup()
262 base + IMGU_REG_PM_CTRL); in imgu_css_set_powerup()
270 base + IMGU_REG_PM_CTRL); in imgu_css_set_powerup()
276 base + IMGU_REG_PM_CTRL); in imgu_css_set_powerup()
281 writel(val, base + IMGU_REG_PM_CTRL); in imgu_css_set_powerup()
[all …]
H A Dipu3-abi.h45 #define IMGU_REG_PM_CTRL 0x0 macro