Searched refs:attimer_sc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/x86/isa/
H A Dclock.c125 static struct attimer_softc *attimer_sc = NULL; variable in typeref:struct:attimer_softc
469 if (attimer_sc != NULL)
470 set_i8254_freq(attimer_sc->mode, attimer_sc->period);
538 if (attimer_sc != NULL) {
539 set_i8254_freq(attimer_sc->mode, attimer_sc->period);
540 attimer_sc->tc.tc_frequency = freq;
704 attimer_sc = sc = device_get_softc(dev);

Completed in 39 milliseconds