Searched refs:c3_parents (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/spear/ |
H A D | spear1340_clock.c | 425 static const char *c3_parents[] = { "pll5_clk", "c3_syn_gclk", }; variable 696 clk = clk_register_mux(NULL, "c3_mclk", c3_parents, in spear1340_clk_init() 697 ARRAY_SIZE(c3_parents), in spear1340_clk_init()
|
H A D | spear1310_clock.c | 361 static const char *c3_parents[] = { "pll5_clk", "c3_syn_gclk", }; variable 600 clk = clk_register_mux(NULL, "c3_mclk", c3_parents, in spear1310_clk_init() 601 ARRAY_SIZE(c3_parents), in spear1310_clk_init()
|
/kernel/linux/linux-6.6/drivers/clk/spear/ |
H A D | spear1340_clock.c | 422 static const char *c3_parents[] = { "pll5_clk", "c3_syn_gclk", }; variable 693 clk = clk_register_mux(NULL, "c3_mclk", c3_parents, in spear1340_clk_init() 694 ARRAY_SIZE(c3_parents), in spear1340_clk_init()
|
H A D | spear1310_clock.c | 358 static const char *c3_parents[] = { "pll5_clk", "c3_syn_gclk", }; variable 597 clk = clk_register_mux(NULL, "c3_mclk", c3_parents, in spear1310_clk_init() 598 ARRAY_SIZE(c3_parents), in spear1310_clk_init()
|
Completed in 13 milliseconds