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

/linux-master/drivers/clk/spear/
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,
510 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT,
519 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents,
520 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT,
529 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents,
530 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT,
539 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents,
540 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT,
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,
589 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT,
598 clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents,
599 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT,
608 clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents,
609 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT,
618 clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents,
619 ARRAY_SIZE(gpt_parents), CLK_SET_RATE_NO_REPARENT,

Completed in 272 milliseconds