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

  /src/sys/dev/usb/
xhcivar.h 110 int sc_isthresh; /* value in frames */ member in struct:xhci_softc
xhci.c 1570 sc->sc_isthresh = XHCI_HCS2_IST(hcs2);
1571 aprint_debug_dev(sc->sc_dev, "sc_isthresh %d\n", sc->sc_isthresh);
1578 if (sc->sc_isthresh & 0x8) {
1579 sc->sc_isthresh = (sc->sc_isthresh & 0x7) *
4654 mfindex += sc->sc_isthresh + 1;

Completed in 17 milliseconds