Searched refs:gpt2_parents (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/clk/spear/ |
D | spear6xx_clock.c | 101 static const char *gpt2_parents[] = { "pll3_clk", "gpt2_syn_clk", }; variable 235 clk = clk_register_mux(NULL, "gpt2_mclk", gpt2_parents, in spear6xx_clk_init() 236 ARRAY_SIZE(gpt2_parents), CLK_SET_RATE_NO_REPARENT, in spear6xx_clk_init()
|
D | spear3xx_clock.c | 133 static const char *gpt2_parents[] = { "pll3_clk", "gpt2_syn_clk", }; variable 493 clk = clk_register_mux(NULL, "gpt2_mclk", gpt2_parents, in spear3xx_clk_init() 494 ARRAY_SIZE(gpt2_parents), in spear3xx_clk_init()
|