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

  /src/sys/dev/usb/
xhcivar.h 119 uint8_t *sc_ctlrportbus; /* a bus bit per port */ member in struct:xhci_softc
xhci.c 593 return __SHIFTOUT(sc->sc_ctlrportbus[port / NBBY], bit);
676 kmem_free(sc->sc_ctlrportbus,
1274 sc->sc_ctlrportbus[cp / NBBY] |=
1475 sc->sc_ctlrportbus = kmem_zalloc(

Completed in 40 milliseconds