Searched refs:imgu_hw_wait (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css.c190 static int imgu_hw_wait(void __iomem *base, int reg, u32 mask, u32 cmp) function
211 if (imgu_hw_wait(base, IMGU_REG_STATE, IMGU_STATE_IDLE_STS,
235 if (imgu_hw_wait(base, IMGU_REG_PM_CTRL,
253 if (imgu_hw_wait(base, IMGU_REG_STATE,
263 if (imgu_hw_wait(base, IMGU_REG_STATE, IMGU_STATE_HALT_STS,
271 if (imgu_hw_wait(base, IMGU_REG_PM_CTRL, IMGU_PM_CTRL_START, 0)) {
294 if (imgu_hw_wait(base, IMGU_REG_CIO_GATE_BURST_STATE,
299 if (imgu_hw_wait(base, IMGU_REG_STATE, IMGU_STATE_IDLE_STS,
305 if (imgu_hw_wait(base, IMGU_REG_STATE, IMGU_STATE_HALT_STS,
491 if (imgu_hw_wait(cs
[all...]

Completed in 191 milliseconds