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

/freebsd-10.2-release/sys/dev/bwi/
H A Dif_bwivar.h573 struct callout sc_calib_ch; member in struct:bwi_softc
H A Dif_bwi.c374 callout_init_mtx(&sc->sc_calib_ch, &sc->sc_mtx, 0);
579 callout_drain(&sc->sc_calib_ch);
1516 callout_stop(&sc->sc_calib_ch);
1781 callout_stop(&sc->sc_calib_ch);
1825 callout_reset(&sc->sc_calib_ch, hz, bwi_calibrate, sc);
3777 callout_reset(&sc->sc_calib_ch, hz * 15, bwi_calibrate, sc);

Completed in 104 milliseconds