Home
last modified time | relevance | path

Searched refs:hbclk (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clk/
H A Dclk-highbank.c45 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_prepare() local
48 reg = readl(hbclk->reg); in clk_pll_prepare()
50 writel(reg, hbclk->reg); in clk_pll_prepare()
52 while ((readl(hbclk->reg) & HB_PLL_LOCK) == 0) in clk_pll_prepare()
54 while ((readl(hbclk->reg) & HB_PLL_LOCK_500) == 0) in clk_pll_prepare()
62 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_unprepare() local
65 reg = readl(hbclk->reg); in clk_pll_unprepare()
67 writel(reg, hbclk->reg); in clk_pll_unprepare()
72 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_enable() local
75 reg = readl(hbclk->reg); in clk_pll_enable()
[all …]