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

  /src/sys/dev/usb/
uhcivar.h 183 int sc_ival; /* time between root hub intrs */ member in struct:uhci_softc
uhci.c 749 callout_schedule(&sc->sc_poll_handle, sc->sc_ival);
1050 callout_schedule(&sc->sc_poll_handle, sc->sc_ival);
3842 sc->sc_ival = mstohz(ival);
3844 callout_schedule(&sc->sc_poll_handle, sc->sc_ival);

Completed in 14 milliseconds