Lines Matching refs:clk_mux

63 	struct clk_mux_def *clk_mux;  in a37x0_periph_d_register_full_clk_dd()  local
75 clk_mux = &device_def->clk_def.full_dd.clk_mux; in a37x0_periph_d_register_full_clk_dd()
100 a37x0_periph_set_props(&clk_mux->clkdef, parent_names, PARENT_CNT); in a37x0_periph_d_register_full_clk_dd()
101 error = a37x0_periph_create_mux(clkdom, clk_mux, in a37x0_periph_d_register_full_clk_dd()
106 a37x0_periph_set_props(&gate->clkdef, &clk_mux->clkdef.name, 1); in a37x0_periph_d_register_full_clk_dd()
129 struct clk_mux_def *clk_mux; in a37x0_periph_d_register_full_clk() local
138 clk_mux = &device_def->clk_def.full_d. clk_mux; in a37x0_periph_d_register_full_clk()
156 a37x0_periph_set_props(&clk_mux->clkdef, parent_names, PARENT_CNT); in a37x0_periph_d_register_full_clk()
157 error = a37x0_periph_create_mux(clkdom, clk_mux, in a37x0_periph_d_register_full_clk()
162 a37x0_periph_set_props(&gate->clkdef, &clk_mux->clkdef.name, 1); in a37x0_periph_d_register_full_clk()
183 struct clk_mux_def *clk_mux; in a37x0_periph_d_register_periph_cpu() local
191 clk_mux = &device_def->clk_def.cpu.clk_mux; in a37x0_periph_d_register_periph_cpu()
209 a37x0_periph_set_props(&clk_mux->clkdef, parent_names, PARENT_CNT); in a37x0_periph_d_register_periph_cpu()
210 error = a37x0_periph_create_mux(clkdom, clk_mux, in a37x0_periph_d_register_periph_cpu()
228 struct clk_mux_def *clk_mux; in a37x0_periph_d_register_mdd() local
237 clk_mux = &device_def->clk_def.mdd.clk_mux; in a37x0_periph_d_register_mdd()
262 a37x0_periph_set_props(&clk_mux->clkdef, parent_names, PARENT_CNT); in a37x0_periph_d_register_mdd()
263 error = a37x0_periph_create_mux(clkdom, clk_mux, in a37x0_periph_d_register_mdd()