Searched refs:gpt2_parents (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/clk/spear/ |
D | spear6xx_clock.c | 103 static const char *gpt2_parents[] = { "pll3_clk", "gpt2_syn_clk", }; variable 237 clk = clk_register_mux(NULL, "gpt2_mclk", gpt2_parents, in spear6xx_clk_init() 238 ARRAY_SIZE(gpt2_parents), CLK_SET_RATE_NO_REPARENT, in spear6xx_clk_init()
|
D | spear3xx_clock.c | 135 static const char *gpt2_parents[] = { "pll3_clk", "gpt2_syn_clk", }; variable 495 clk = clk_register_mux(NULL, "gpt2_mclk", gpt2_parents, in spear3xx_clk_init() 496 ARRAY_SIZE(gpt2_parents), in spear3xx_clk_init()
|