Lines Matching defs:shift
16 static int clk_busy_wait(void __iomem *reg, u8 shift)
20 while (readl_relaxed(reg) & (1 << shift))
31 u8 shift;
65 ret = clk_busy_wait(busy->reg, busy->shift);
77 void __iomem *reg, u8 shift, u8 width,
90 busy->shift = busy_shift;
93 busy->div.shift = shift;
121 u8 shift;
145 ret = clk_busy_wait(busy->reg, busy->shift);
156 struct clk_hw *imx_clk_hw_busy_mux(const char *name, void __iomem *reg, u8 shift,
170 busy->shift = busy_shift;
173 busy->mux.shift = shift;