Lines Matching refs:mux_bits
180 int clock_ll_set_source_bits(enum periph_id periph_id, int mux_bits, in clock_ll_set_source_bits() argument
185 switch (mux_bits) { in clock_ll_set_source_bits()
208 static int clock_ll_get_source_bits(enum periph_id periph_id, int mux_bits) in clock_ll_get_source_bits() argument
213 switch (mux_bits) { in clock_ll_get_source_bits()
407 int mux_bits, unsigned divider) in adjust_periph_pll() argument
419 clock_ll_set_source_bits(periph_id, mux_bits, source); in adjust_periph_pll()
427 int err, mux_bits, divider_bits, type; in clock_get_periph_parent() local
430 err = get_periph_clock_info(periph_id, &mux_bits, ÷r_bits, &type); in clock_get_periph_parent()
434 source = clock_ll_get_source_bits(periph_id, mux_bits); in clock_get_periph_parent()
443 int mux_bits, divider_bits, source; in clock_adjust_periph_pll_div() local
448 source = get_periph_clock_source(periph_id, parent, &mux_bits, in clock_adjust_periph_pll_div()
457 if (adjust_periph_pll(periph_id, source, mux_bits, divider)) in clock_adjust_periph_pll_div()
711 int source, mux_bits, divider_bits; in clock_init() local
716 source = get_periph_clock_source(periph_id, parent, &mux_bits, in clock_init()
718 clock_ll_set_source_bits(periph_id, mux_bits, source); in clock_init()