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/
H A Dxhci.c342 XREAD4(sc, oper, XHCI_CONFIG), sc->sc_noslot); in xhci_start_controller()
344 XWRITE4(sc, oper, XHCI_CONFIG, sc->sc_noslot); in xhci_start_controller()
591 sc->sc_noslot = XHCI_HCS1_DEVSLOT_MAX(temp); in xhci_init()
593 DPRINTF("Max slots: %u\n", sc->sc_noslot); in xhci_init()
595 if (sc->sc_noslot > XHCI_MAX_DEVICES) in xhci_init()
596 sc->sc_noslot = XHCI_MAX_DEVICES; in xhci_init()
888 if (index > sc->sc_noslot) { in xhci_check_transfer()
4015 udev->controller_slot_id = sc->sc_noslot + 1; in xhci_device_init()
4026 if (temp > sc->sc_noslot) { in xhci_device_init()
4075 if (index <= sc->sc_noslot) { in xhci_device_uninit()
[all...]
H A Dxhci.h516 uint8_t sc_noslot; member

Completed in 6 milliseconds