Home
last modified time | relevance | path

Searched refs:common_def (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/arm/mv/clk/
H A Dperiph_clk_d.c70 dev_id = device_def->common_def.device_id; 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()
134 dev_id = device_def->common_def.device_id; 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()
[all …]
H A Dperiph.h64 .common_def.device_name = _name, \
65 .common_def.device_id = _id, \
106 .common_def.device_name = _name, \
107 .common_def.device_id = _id, \
139 .common_def.device_name = _name, \
140 .common_def.device_id = _id, \
164 .common_def.device_name = _name, \
165 .common_def.device_id = _id, \
166 .common_def.pname = _pname, \
182 .common_def.device_name = _name, \
[all …]
H A Dperiph_clk_gate.c62 dev_id = device_def->common_def.device_id; in a37x0_periph_gate_register_gate()
65 if (device_def->common_def.pname == NULL) in a37x0_periph_gate_register_gate()
66 parent_name = device_def->common_def.xtal; in a37x0_periph_gate_register_gate()
68 parent_name = device_def->common_def.pname; in a37x0_periph_gate_register_gate()
H A Dperiph_clk_mux_gate.c68 dev_id = device_def->common_def.device_id; in a37x0_periph_register_mux_gate()
74 fixed.clkdef.parent_names = &device_def->common_def.pname; in a37x0_periph_register_mux_gate()
85 parent_names[0] = device_def->common_def.pname; in a37x0_periph_register_mux_gate()
120 dev_id = device_def->common_def.device_id; in a37x0_periph_register_mux_gate_fixed()
126 fixed1->clkdef.parent_names = &device_def->common_def.pname; in a37x0_periph_register_mux_gate_fixed()
137 parent_names[0] = device_def->common_def.tbgs[TBG_A_S_OFW_INDEX]; in a37x0_periph_register_mux_gate_fixed()
H A Dperiph_clk_fixed.c67 dev_id = device_def->common_def.device_id; in a37x0_periph_fixed_register_fixed()
72 fixed_def.clkdef.parent_names = &device_def->common_def.xtal; in a37x0_periph_fixed_register_fixed()
80 parent_names[0] = device_def->common_def.xtal; in a37x0_periph_fixed_register_fixed()
H A Da37x0_periph_clk_driver.c98 dev_defs[i].common_def.tbgs = tbg_clocks; in a37x0_periph_clk_attach()
99 dev_defs[i].common_def.xtal = xtal_clock; in a37x0_periph_clk_attach()
100 dev_defs[i].common_def.tbg_cnt = TBG_COUNT; in a37x0_periph_clk_attach()