Lines Matching refs:mux_bits
181 int clock_ll_set_source_bits(enum periph_id periph_id, int mux_bits, in clock_ll_set_source_bits() argument
186 switch (mux_bits) { in clock_ll_set_source_bits()
209 static int clock_ll_get_source_bits(enum periph_id periph_id, int mux_bits) in clock_ll_get_source_bits() argument
214 switch (mux_bits) { in clock_ll_get_source_bits()
408 int mux_bits, unsigned divider) in adjust_periph_pll() argument
420 clock_ll_set_source_bits(periph_id, mux_bits, source); in adjust_periph_pll()
428 int err, mux_bits, divider_bits, type; in clock_get_periph_parent() local
431 err = get_periph_clock_info(periph_id, &mux_bits, ÷r_bits, &type); in clock_get_periph_parent()
435 source = clock_ll_get_source_bits(periph_id, mux_bits); in clock_get_periph_parent()
444 int mux_bits, divider_bits, source; in clock_adjust_periph_pll_div() local
449 source = get_periph_clock_source(periph_id, parent, &mux_bits, in clock_adjust_periph_pll_div()
458 if (adjust_periph_pll(periph_id, source, mux_bits, divider)) in clock_adjust_periph_pll_div()
712 int source, mux_bits, divider_bits; in clock_init() local
717 source = get_periph_clock_source(periph_id, parent, &mux_bits, in clock_init()
719 clock_ll_set_source_bits(periph_id, mux_bits, source); in clock_init()