HomeSort by: relevance | last modified time | path
    Searched defs:max_div (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/ti/
ti_div_clock.c 160 u_int div, max_div, bit_shift; local in function:ti_div_clock_get_rate
173 if (of_getprop_uint32(sc->sc_phandle, "ti,max-div", &max_div) == 0) {
174 max_val = start_index + max_div;
ti_div_clock.c 160 u_int div, max_div, bit_shift; local in function:ti_div_clock_get_rate
173 if (of_getprop_uint32(sc->sc_phandle, "ti,max-div", &max_div) == 0) {
174 max_val = start_index + max_div;

Completed in 24 milliseconds