Home
last modified time | relevance | path

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

/linux/drivers/clk/thead/
H A Dclk-th1520-ap.c863 static struct ccu_common *th1520_pll_clks[] = { variable
992 for (i = 0; i < ARRAY_SIZE(th1520_pll_clks); i++) { in th1520_clk_probe()
993 struct ccu_pll *cp = hw_to_ccu_pll(&th1520_pll_clks[i]->hw); in th1520_clk_probe()
995 th1520_pll_clks[i]->map = map; in th1520_clk_probe()
997 ret = devm_clk_hw_register(dev, &th1520_pll_clks[i]->hw); in th1520_clk_probe()