Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/spear/
H A Dspear1340_clock.c417 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; variable
588 clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, in spear1340_clk_init()
589 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init()
598 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, in spear1340_clk_init()
599 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init()
608 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, in spear1340_clk_init()
609 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init()
618 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, in spear1340_clk_init()
619 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1340_clk_init()
H A Dspear1310_clock.c356 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; variable
509 clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, in spear1310_clk_init()
510 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init()
519 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, in spear1310_clk_init()
520 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init()
529 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, in spear1310_clk_init()
530 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init()
539 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, in spear1310_clk_init()
540 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init()