Searched refs:sc_noslot (Results 1 – 2 of 2) sorted by relevance
343 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()
517 uint8_t sc_noslot; member