Searched refs:gpt0_1_parents (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/clk/spear/ |
D | spear6xx_clock.c | 100 static const char *gpt0_1_parents[] = { "pll3_clk", "gpt0_1_syn_clk", }; variable 217 clk = clk_register_mux(NULL, "gpt0_mclk", gpt0_1_parents, in spear6xx_clk_init() 218 ARRAY_SIZE(gpt0_1_parents), CLK_SET_RATE_NO_REPARENT, in spear6xx_clk_init() 222 clk = clk_register_mux(NULL, "gpt1_mclk", gpt0_1_parents, in spear6xx_clk_init() 223 ARRAY_SIZE(gpt0_1_parents), CLK_SET_RATE_NO_REPARENT, in spear6xx_clk_init()
|