Searched refs:gpt0_1_parents (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/clk/spear/ |
D | spear6xx_clock.c | 102 static const char *gpt0_1_parents[] = { "pll3_clk", "gpt0_1_syn_clk", }; variable 219 clk = clk_register_mux(NULL, "gpt0_mclk", gpt0_1_parents, in spear6xx_clk_init() 220 ARRAY_SIZE(gpt0_1_parents), CLK_SET_RATE_NO_REPARENT, in spear6xx_clk_init() 224 clk = clk_register_mux(NULL, "gpt1_mclk", gpt0_1_parents, in spear6xx_clk_init() 225 ARRAY_SIZE(gpt0_1_parents), CLK_SET_RATE_NO_REPARENT, in spear6xx_clk_init()
|