Searched refs:hb_clk_init (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/clk/ |
D | clk-highbank.c | 263 static void __init hb_clk_init(struct device_node *node, const struct clk_ops *ops, unsigned long c… in hb_clk_init() function 309 hb_clk_init(node, &clk_pll_ops, 0); in hb_pll_init() 315 hb_clk_init(node, &a9periphclk_ops, 0); in hb_a9periph_init() 321 hb_clk_init(node, &a9bclk_ops, CLK_IS_CRITICAL); in hb_a9bus_init() 327 hb_clk_init(node, &periclk_ops, 0); in hb_emmc_init()
|