Searched refs:gpt_parents (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/clk/spear/ |
D | spear1340_clock.c | 417 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; variable 588 clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, in spear1340_clk_init() 589 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init() 598 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, in spear1340_clk_init() 599 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init() 608 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, in spear1340_clk_init() 609 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init() 618 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, in spear1340_clk_init() 619 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init()
|
D | spear1310_clock.c | 356 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; variable 509 clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, in spear1310_clk_init() 510 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init() 519 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, in spear1310_clk_init() 520 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init() 529 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, in spear1310_clk_init() 530 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init() 539 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, in spear1310_clk_init() 540 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init()
|