Searched refs:gpt_parents (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/clk/spear/ |
| D | spear1340_clock.c | 420 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; variable 595 clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, in spear1340_clk_init() 596 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init() 605 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, in spear1340_clk_init() 606 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init() 615 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, in spear1340_clk_init() 616 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init() 625 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, in spear1340_clk_init() 626 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 516 clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, in spear1310_clk_init() 517 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init() 526 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, in spear1310_clk_init() 527 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init() 536 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, in spear1310_clk_init() 537 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init() 546 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, in spear1310_clk_init() 547 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init()
|