Home
last modified time | relevance | path

Searched refs:PARENT_CNT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/arm/mv/clk/
H A Dperiph_clk_d.c50 #define PARENT_CNT 2 macro
62 const char *parent_names[PARENT_CNT]; 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()
127 const char *parent_names[PARENT_CNT]; 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()
182 const char *parent_names[PARENT_CNT]; 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()
226 const char *parent_names[PARENT_CNT]; in a37x0_periph_d_register_mdd()
262 a37x0_periph_set_props(&clk_mux->clkdef, parent_names, PARENT_CNT); in a37x0_periph_d_register_mdd()
H A Dperiph_clk_mux_gate.c50 #define PARENT_CNT 2 macro
62 const char *parent_names[PARENT_CNT]; in a37x0_periph_register_mux_gate()
88 a37x0_periph_set_props(&mux->clkdef, parent_names, PARENT_CNT); in a37x0_periph_register_mux_gate()
115 const char *parent_names[PARENT_CNT]; in a37x0_periph_register_mux_gate_fixed()
140 a37x0_periph_set_props(&mux->clkdef, parent_names, PARENT_CNT); in a37x0_periph_register_mux_gate_fixed()
H A Dperiph_clk_fixed.c50 #define PARENT_CNT 2 macro
61 const char *parent_names[PARENT_CNT]; in a37x0_periph_fixed_register_fixed()
87 a37x0_periph_set_props(&mux->clkdef, parent_names ,PARENT_CNT); in a37x0_periph_fixed_register_fixed()