Searched refs:div_f_width (Results 1 – 2 of 2) sorted by relevance
64 uint32_t div_f_width; member399 .div_f_width = fiw, \526 uint32_t div_f_width; member629 *freq = (*freq << sc->div_f_width) / sc->divider; in periph_recalc()647 tmp = fin << sc->div_f_width; in periph_set_freq()652 if (divider < (1 << sc->div_f_width)) in periph_set_freq()653 divider = 1 << (sc->div_f_width - 1); in periph_set_freq()662 (divider - (1 << sc->div_f_width))); in periph_set_freq()686 sc->div_f_width = clkdef->div_f_width; in periph_register()687 sc->div_f_mask = (1 <<clkdef->div_f_width) - 1; in periph_register()
59 uint32_t div_f_width; member508 .div_f_width = fiw, \639 uint32_t div_f_width; member743 *freq = (*freq << sc->div_f_width) / sc->divider; in periph_recalc()761 tmp = fin << sc->div_f_width; in periph_set_freq()766 if (divider < (1 << sc->div_f_width)) in periph_set_freq()767 divider = 1 << (sc->div_f_width - 1); in periph_set_freq()776 (divider - (1 << sc->div_f_width))); in periph_set_freq()800 sc->div_f_width = clkdef->div_f_width; in periph_register()801 sc->div_f_mask = (1 <<clkdef->div_f_width) - 1; in periph_register()