Searched refs:gpt_parents (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/clk/spear/ |
D | spear1340_clock.c | 420 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; variable 591 clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, in spear1340_clk_init() 592 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init() 601 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, in spear1340_clk_init() 602 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init() 611 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, in spear1340_clk_init() 612 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init() 621 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, in spear1340_clk_init() 622 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init()
|
D | spear1310_clock.c | 359 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; variable 512 clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, in spear1310_clk_init() 513 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init() 522 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, in spear1310_clk_init() 523 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init() 532 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, in spear1310_clk_init() 533 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init() 542 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, in spear1310_clk_init() 543 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init()
|