gpt2_parents 135 drivers/clk/spear/spear3xx_clock.c static const char *gpt2_parents[] = { "pll3_clk", "gpt2_syn_clk", }; gpt2_parents 495 drivers/clk/spear/spear3xx_clock.c clk = clk_register_mux(NULL, "gpt2_mclk", gpt2_parents, gpt2_parents 496 drivers/clk/spear/spear3xx_clock.c ARRAY_SIZE(gpt2_parents), gpt2_parents 103 drivers/clk/spear/spear6xx_clock.c static const char *gpt2_parents[] = { "pll3_clk", "gpt2_syn_clk", }; gpt2_parents 237 drivers/clk/spear/spear6xx_clock.c clk = clk_register_mux(NULL, "gpt2_mclk", gpt2_parents, gpt2_parents 238 drivers/clk/spear/spear6xx_clock.c ARRAY_SIZE(gpt2_parents), CLK_SET_RATE_NO_REPARENT,