Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci.c326 XREAD4(sc, oper, XHCI_CONFIG), sc->sc_noslot); in xhci_start_controller()
328 XWRITE4(sc, oper, XHCI_CONFIG, sc->sc_noslot); in xhci_start_controller()
583 sc->sc_noslot = XHCI_HCS1_DEVSLOT_MAX(temp); in xhci_init()
585 DPRINTF("Max slots: %u\n", sc->sc_noslot); in xhci_init()
587 if (sc->sc_noslot > XHCI_MAX_DEVICES) in xhci_init()
588 sc->sc_noslot = XHCI_MAX_DEVICES; in xhci_init()
884 if (index > sc->sc_noslot) { in xhci_check_transfer()
4114 udev->controller_slot_id = sc->sc_noslot + 1; in xhci_device_init()
4125 if (temp > sc->sc_noslot) { in xhci_device_init()
4174 if (index <= sc->sc_noslot) { in xhci_device_uninit()
H A Dxhci.h549 uint8_t sc_noslot; member