Searched refs:hbclk (Results 1 – 1 of 1) sorted by relevance
57 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_prepare() local60 reg = readl(hbclk->reg); in clk_pll_prepare()62 writel(reg, hbclk->reg); in clk_pll_prepare()64 while ((readl(hbclk->reg) & HB_PLL_LOCK) == 0) in clk_pll_prepare()66 while ((readl(hbclk->reg) & HB_PLL_LOCK_500) == 0) in clk_pll_prepare()74 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_unprepare() local77 reg = readl(hbclk->reg); in clk_pll_unprepare()79 writel(reg, hbclk->reg); in clk_pll_unprepare()84 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_enable() local87 reg = readl(hbclk->reg); in clk_pll_enable()[all …]