Searched refs:gpt_parents (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/clk/spear/ |
H A D | spear1310_clock.c | 360 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; variable 517 clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, spear1310_clk_init() 518 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, spear1310_clk_init() 527 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, spear1310_clk_init() 528 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, spear1310_clk_init() 537 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, spear1310_clk_init() 538 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, spear1310_clk_init() 547 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, spear1310_clk_init() 548 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, spear1310_clk_init()
|
H A D | spear1340_clock.c | 421 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; variable 596 clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, spear1340_clk_init() 597 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, spear1340_clk_init() 606 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, spear1340_clk_init() 607 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, spear1340_clk_init() 616 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, spear1340_clk_init() 617 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, spear1340_clk_init() 626 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, spear1340_clk_init() 627 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, spear1340_clk_init()
|
Completed in 81 milliseconds