Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/keystone/
Dpll.c53 void __iomem *pll_ctl0; member
93 val = readl(pll_data->pll_ctl0); in clk_pllclk_recalc()
187 pll_data->pll_ctl0 = of_iomap(node, i); in _of_pll_clk_init()
188 if (!pll_data->pll_ctl0) { in _of_pll_clk_init()
205 iounmap(pll_data->pll_ctl0); in _of_pll_clk_init()