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

/netbsd-current/sys/dev/usb/
H A Duhcivar.h183 int sc_ival; /* time between root hub intrs */ member in struct:uhci_softc
H A Duhci.c749 callout_schedule(&sc->sc_poll_handle, sc->sc_ival);
1050 callout_schedule(&sc->sc_poll_handle, sc->sc_ival);
3846 sc->sc_ival = mstohz(ival);
3848 callout_schedule(&sc->sc_poll_handle, sc->sc_ival);

Completed in 200 milliseconds