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

  /src/sys/dev/fdt/
cpufreq_dt.c 72 bool sc_freq_throttle; member in struct:cpufreq_dt_softc
162 if (sc->sc_freq_throttle)
173 sc->sc_freq_throttle = true;
186 if (!sc->sc_freq_throttle)
197 sc->sc_freq_throttle = false;
245 if (sc->sc_freq_throttle)

Completed in 12 milliseconds