Searched refs:gpt0_parents (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/spear/ |
H A D | spear3xx_clock.c | 133 static const char *gpt0_parents[] = { "pll3_clk", "gpt0_syn_clk", }; variable 475 clk = clk_register_mux(NULL, "gpt0_clk", gpt0_parents, in spear3xx_clk_init() 476 ARRAY_SIZE(gpt0_parents), in spear3xx_clk_init()
|
/kernel/linux/linux-6.6/drivers/clk/spear/ |
H A D | spear3xx_clock.c | 131 static const char *gpt0_parents[] = { "pll3_clk", "gpt0_syn_clk", }; variable 473 clk = clk_register_mux(NULL, "gpt0_clk", gpt0_parents, in spear3xx_clk_init() 474 ARRAY_SIZE(gpt0_parents), in spear3xx_clk_init()
|
Completed in 2 milliseconds