Lines Matching refs:tbg_mux
64 struct clk_mux_def *tbg_mux; in a37x0_periph_d_register_full_clk_dd() local
71 tbg_mux = &device_def->clk_def.full_dd.tbg_mux; in a37x0_periph_d_register_full_clk_dd()
77 a37x0_periph_set_props(&tbg_mux->clkdef, device_def->common_def.tbgs, in a37x0_periph_d_register_full_clk_dd()
81 tbg_mux, A37x0_INTERNAL_CLK_ID(dev_id, MUX_POS)); in a37x0_periph_d_register_full_clk_dd()
85 a37x0_periph_set_props(&div1->clkdef, &tbg_mux->clkdef.name, 1); in a37x0_periph_d_register_full_clk_dd()
128 struct clk_mux_def *tbg_mux; in a37x0_periph_d_register_full_clk() local
135 tbg_mux = &device_def->clk_def.full_d.tbg_mux; in a37x0_periph_d_register_full_clk()
140 a37x0_periph_set_props(&tbg_mux->clkdef, device_def->common_def.tbgs, in a37x0_periph_d_register_full_clk()
142 error = a37x0_periph_create_mux(clkdom, tbg_mux, in a37x0_periph_d_register_full_clk()
147 a37x0_periph_set_props(&div->clkdef, &tbg_mux->clkdef.name, 1); in a37x0_periph_d_register_full_clk()
184 struct clk_mux_def *tbg_mux; in a37x0_periph_d_register_periph_cpu() local
189 tbg_mux = &device_def->clk_def.cpu.tbg_mux; in a37x0_periph_d_register_periph_cpu()
193 a37x0_periph_set_props(&tbg_mux->clkdef, device_def->common_def.tbgs, in a37x0_periph_d_register_periph_cpu()
195 error = a37x0_periph_create_mux(clkdom, tbg_mux, in a37x0_periph_d_register_periph_cpu()
200 a37x0_periph_set_props(&div->clkdef, &tbg_mux->clkdef.name, 1); in a37x0_periph_d_register_periph_cpu()
227 struct clk_mux_def *tbg_mux; in a37x0_periph_d_register_mdd() local
234 tbg_mux = &device_def->clk_def.mdd.tbg_mux; in a37x0_periph_d_register_mdd()
239 a37x0_periph_set_props(&tbg_mux->clkdef, device_def->common_def.tbgs, in a37x0_periph_d_register_mdd()
241 error = a37x0_periph_create_mux(clkdom, tbg_mux, in a37x0_periph_d_register_mdd()
246 a37x0_periph_set_props(&div1->clkdef, &tbg_mux->clkdef.name, 1); in a37x0_periph_d_register_mdd()