Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c343 XREAD4(sc, oper, XHCI_CONFIG), sc->sc_noslot); in xhci_start_controller()
345 XWRITE4(sc, oper, XHCI_CONFIG, sc->sc_noslot); in xhci_start_controller()
592 sc->sc_noslot = XHCI_HCS1_DEVSLOT_MAX(temp); in xhci_init()
594 DPRINTF("Max slots: %u\n", sc->sc_noslot); in xhci_init()
596 if (sc->sc_noslot > XHCI_MAX_DEVICES) in xhci_init()
597 sc->sc_noslot = XHCI_MAX_DEVICES; in xhci_init()
892 if (index > sc->sc_noslot) { in xhci_check_transfer()
4045 udev->controller_slot_id = sc->sc_noslot + 1; in xhci_device_init()
4056 if (temp > sc->sc_noslot) { in xhci_device_init()
4105 if (index <= sc->sc_noslot) { in xhci_device_uninit()
Dxhci.h517 uint8_t sc_noslot; member