Lines Matching refs:readl
61 reg = readl(hbclk->reg); in clk_pll_prepare()
65 while ((readl(hbclk->reg) & HB_PLL_LOCK) == 0) in clk_pll_prepare()
67 while ((readl(hbclk->reg) & HB_PLL_LOCK_500) == 0) in clk_pll_prepare()
78 reg = readl(hbclk->reg); in clk_pll_unprepare()
88 reg = readl(hbclk->reg); in clk_pll_enable()
100 reg = readl(hbclk->reg); in clk_pll_disable()
111 reg = readl(hbclk->reg); in clk_pll_recalc_rate()
166 reg = readl(hbclk->reg); in clk_pll_set_rate()
178 while ((readl(hbclk->reg) & HB_PLL_LOCK) == 0) in clk_pll_set_rate()
180 while ((readl(hbclk->reg) & HB_PLL_LOCK_500) == 0) in clk_pll_set_rate()
209 u32 div = (readl(hbclk->reg) & HB_A9_PCLK_DIV) ? 8 : 4; in clk_cpu_periphclk_recalc_rate()
221 u32 div = (readl(hbclk->reg) & HB_A9_BCLK_DIV_MASK) >> HB_A9_BCLK_DIV_SHIFT; in clk_cpu_a9bclk_recalc_rate()
236 div = readl(hbclk->reg) & 0x1f; in clk_periclk_recalc_rate()