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

  /src/sys/arch/evbmips/loongson/
loongson_clock.c 54 static int sc_step_wanted = 7; variable in typeref:typename:int
172 sc_step_wanted = 7;
184 sc_step_wanted = speed;
222 if (sc_step_wanted != sc_step) {
226 sc_step_wanted;
233 if (sc_step_wanted != sc_step) {
234 sc_step = sc_step_wanted;
275 mhz = sc_scale[sc_step_wanted];
  /src/sys/dev/pci/voyager/
pwmclock.c 65 int sc_step_wanted; member in struct:pwmclock_softc
178 sc->sc_step_wanted = 7;
232 sc->sc_step_wanted = 7;
244 sc->sc_step_wanted = speed;
292 if (sc->sc_step_wanted != sc->sc_step) {
296 sc->sc_step_wanted;
303 if (sc->sc_step_wanted != sc->sc_step) {
304 sc->sc_step = sc->sc_step_wanted;
341 mhz = sc->sc_scale[sc->sc_step_wanted];

Completed in 12 milliseconds