Lines Matching refs:reg
16 static int clk_busy_wait(void __iomem *reg, u8 shift)
20 while (readl_relaxed(reg) & (1 << shift))
30 void __iomem *reg;
65 ret = clk_busy_wait(busy->reg, busy->shift);
77 void __iomem *reg, u8 shift, u8 width,
89 busy->reg = busy_reg;
92 busy->div.reg = reg;
120 void __iomem *reg;
145 ret = clk_busy_wait(busy->reg, busy->shift);
155 struct clk_hw *imx_clk_hw_busy_mux(const char *name, void __iomem *reg, u8 shift,
168 busy->reg = busy_reg;
171 busy->mux.reg = reg;