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

  /src/sys/dev/usb/
xhcivar.h 115 int sc_maxports; /* number of controller ports */ member in struct:xhci_softc
xhci.c 677 howmany(sc->sc_maxports * sizeof(uint8_t), NBBY));
678 kmem_free(sc->sc_ctlrportmap, sc->sc_maxports * sizeof(int));
681 kmem_free(sc->sc_rhportmap[j], sc->sc_maxports * sizeof(int));
1451 sc->sc_maxports = XHCI_HCS1_MAXPORTS(hcs1);
1476 howmany(sc->sc_maxports * sizeof(uint8_t), NBBY), KM_SLEEP);
1478 kmem_zalloc(sc->sc_maxports * sizeof(int), KM_SLEEP);
1483 kmem_zalloc(sc->sc_maxports * sizeof(int), KM_SLEEP);
1491 bsz = XHCI_PORTSC(sc->sc_maxports);
1532 aprint_debug_dev(sc->sc_dev, "sc_maxports %d\n", sc->sc_maxports);
    [all...]

Completed in 13 milliseconds