Home
last modified time | relevance | path

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

/freebsd/sys/arm/ti/clk/
H A Dti_divider_clock.c125 uint32_t ti_max_div; in ti_divider_attach() local
151 ti_max_div = value; in ti_divider_attach()
170 sc->div_def.i_width = fls(ti_max_div-1); in ti_divider_attach()
172 sc->div_def.i_width = fls(ti_max_div); in ti_divider_attach()