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

/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci.c376 XREAD4(sc, oper, XHCI_CONFIG), sc->sc_noslot);
378 XWRITE4(sc, oper, XHCI_CONFIG, sc->sc_noslot);
634 sc->sc_noslot = XHCI_HCS1_DEVSLOT_MAX(temp);
636 DPRINTF("Max slots: %u\n", sc->sc_noslot);
638 if (sc->sc_noslot > XHCI_MAX_DEVICES)
639 sc->sc_noslot = XHCI_MAX_DEVICES;
937 if (index > sc->sc_noslot) {
4131 udev->controller_slot_id = sc->sc_noslot + 1;
4142 if (temp > sc->sc_noslot) {
4191 if (index <= sc->sc_noslot) {
[all...]
H A Dxhci.h515 uint8_t sc_noslot; member in struct:xhci_softc

Completed in 117 milliseconds