Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/
Dclk-highbank.c58 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_prepare() local
61 reg = readl(hbclk->reg); in clk_pll_prepare()
63 writel(reg, 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()
75 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_unprepare() local
78 reg = readl(hbclk->reg); in clk_pll_unprepare()
80 writel(reg, hbclk->reg); in clk_pll_unprepare()
85 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_enable() local
88 reg = readl(hbclk->reg); in clk_pll_enable()
[all …]