Searched refs:gpt_parents (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/clk/spear/ |
| D | spear1340_clock.c | 421 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; variable 592 clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, in spear1340_clk_init() 593 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init() 602 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, in spear1340_clk_init() 603 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init() 612 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, in spear1340_clk_init() 613 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init() 622 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, in spear1340_clk_init() 623 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init()
|
| D | spear1310_clock.c | 360 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; variable 513 clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, in spear1310_clk_init() 514 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init() 523 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, in spear1310_clk_init() 524 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init() 533 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, in spear1310_clk_init() 534 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init() 543 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, in spear1310_clk_init() 544 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init()
|