Lines Matching refs:sc_step
64 int sc_step;
177 sc->sc_step = 7;
288 * - we need to use the previous sc_step in order to scale the
290 * we only change sc_step after doing that
292 if (sc->sc_step_wanted != sc->sc_step) {
301 sc->sc_count += scale(diff, sc->sc_step);
303 if (sc->sc_step_wanted != sc->sc_step) {
304 sc->sc_step = sc->sc_step_wanted;
331 return sc->sc_count + scale(diff, sc->sc_step);
366 mhz = sc->sc_scale[sc->sc_step];