Home
last modified time | relevance | path

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

/netbsd/sys/arch/arm/ti/
H A Dti_div_clock.c160 u_int div, max_div, bit_shift; in ti_div_clock_get_rate() local
173 if (of_getprop_uint32(sc->sc_phandle, "ti,max-div", &max_div) == 0) { in ti_div_clock_get_rate()
174 max_val = start_index + max_div; in ti_div_clock_get_rate()