Home
last modified time | relevance | path

Searched refs:gpt_parents (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/clk/spear/
Dspear1340_clock.c421 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; variable
596 clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, in spear1340_clk_init()
597 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init()
606 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, in spear1340_clk_init()
607 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init()
616 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, in spear1340_clk_init()
617 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init()
626 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, in spear1340_clk_init()
627 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init()
Dspear1310_clock.c360 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; variable
517 clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, in spear1310_clk_init()
518 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init()
527 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, in spear1310_clk_init()
528 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init()
537 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, in spear1310_clk_init()
538 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init()
547 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, in spear1310_clk_init()
548 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init()