Lines Matching refs:device_def
60 struct a37x0_periph_clknode_def *device_def) in a37x0_periph_d_register_full_clk_dd() argument
70 dev_id = device_def->common_def.device_id; in a37x0_periph_d_register_full_clk_dd()
71 tbg_mux = &device_def->clk_def.full_dd.tbg_mux; in a37x0_periph_d_register_full_clk_dd()
72 div1 = &device_def->clk_def.full_dd.div1; in a37x0_periph_d_register_full_clk_dd()
73 div2 = &device_def->clk_def.full_dd.div2; in a37x0_periph_d_register_full_clk_dd()
74 gate = &device_def->clk_def.full_dd.gate; in a37x0_periph_d_register_full_clk_dd()
75 clk_mux = &device_def->clk_def.full_dd.clk_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()
78 device_def->common_def.tbg_cnt); in a37x0_periph_d_register_full_clk_dd()
97 parent_names[0] = device_def->common_def.xtal; in a37x0_periph_d_register_full_clk_dd()
125 struct a37x0_periph_clknode_def *device_def) in a37x0_periph_d_register_full_clk() argument
134 dev_id = device_def->common_def.device_id; in a37x0_periph_d_register_full_clk()
135 tbg_mux = &device_def->clk_def.full_d.tbg_mux; in a37x0_periph_d_register_full_clk()
136 div = &device_def->clk_def.full_d.div; in a37x0_periph_d_register_full_clk()
137 gate = &device_def->clk_def.full_d.gate; in a37x0_periph_d_register_full_clk()
138 clk_mux = &device_def->clk_def.full_d. clk_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()
141 device_def->common_def.tbg_cnt); in a37x0_periph_d_register_full_clk()
143 A37x0_INTERNAL_CLK_ID(device_def->common_def.device_id, MUX_POS)); in a37x0_periph_d_register_full_clk()
149 A37x0_INTERNAL_CLK_ID(device_def->common_def.device_id, DIV1_POS)); in a37x0_periph_d_register_full_clk()
153 parent_names[0] = device_def->common_def.xtal; in a37x0_periph_d_register_full_clk()
180 struct a37x0_periph_clknode_def *device_def) in a37x0_periph_d_register_periph_cpu() argument
188 dev_id = device_def->common_def.device_id; in a37x0_periph_d_register_periph_cpu()
189 tbg_mux = &device_def->clk_def.cpu.tbg_mux; in a37x0_periph_d_register_periph_cpu()
190 div = &device_def->clk_def.cpu.div; in a37x0_periph_d_register_periph_cpu()
191 clk_mux = &device_def->clk_def.cpu.clk_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()
194 device_def->common_def.tbg_cnt); in a37x0_periph_d_register_periph_cpu()
206 parent_names[0] = device_def->common_def.xtal; in a37x0_periph_d_register_periph_cpu()
224 struct a37x0_periph_clknode_def *device_def) in a37x0_periph_d_register_mdd() argument
233 dev_id = device_def->common_def.device_id; in a37x0_periph_d_register_mdd()
234 tbg_mux = &device_def->clk_def.mdd.tbg_mux; in a37x0_periph_d_register_mdd()
235 div1 = &device_def->clk_def.mdd.div1; in a37x0_periph_d_register_mdd()
236 div2 = &device_def->clk_def.mdd.div2; in a37x0_periph_d_register_mdd()
237 clk_mux = &device_def->clk_def.mdd.clk_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()
240 device_def->common_def.tbg_cnt); in a37x0_periph_d_register_mdd()
259 parent_names[0] = device_def->common_def.xtal; in a37x0_periph_d_register_mdd()