Searched refs:gpt_parents (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/clk/spear/ |
D | spear1340_clock.c | 418 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; variable 589 clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, in spear1340_clk_init() 590 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init() 599 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, in spear1340_clk_init() 600 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init() 609 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, in spear1340_clk_init() 610 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init() 619 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, in spear1340_clk_init() 620 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init()
|
D | spear1310_clock.c | 357 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; variable 510 clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, in spear1310_clk_init() 511 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init() 520 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, in spear1310_clk_init() 521 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init() 530 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, in spear1310_clk_init() 531 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init() 540 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, in spear1310_clk_init() 541 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init()
|