Home
last modified time | relevance | path

Searched refs:XHCI_MAX_SLOTS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_context.c125 B_FALSE, sizeof (uint64_t) * XHCI_MAX_SLOTS, B_FALSE) == B_FALSE) { in xhci_dcbaa_alloc()
162 bzero(dcb->xdc_base_addrs, sizeof (uint64_t) * XHCI_MAX_SLOTS); in xhci_context_init()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c71 #define XHCI_MAX_SLOTS 64 /* min allowed by Windows drivers */ macro
368 for (i = 1; i <= XHCI_MAX_SLOTS; i++) { in pci_xhci_reset()
584 assert(slot > 0 && slot <= XHCI_MAX_SLOTS); in pci_xhci_get_dev_ctx()
828 for (i = 1; i <= XHCI_MAX_SLOTS; i++) { in pci_xhci_cmd_enable_slot()
1694 else if (slot > XHCI_MAX_SLOTS) in pci_xhci_validate_slot()
1969 if (slot == 0 || slot > XHCI_MAX_SLOTS) { in pci_xhci_device_doorbell()
2795 sc->slots = calloc(XHCI_MAX_SLOTS, sizeof(struct pci_xhci_dev_emu *)); in pci_xhci_parse_devices()
2820 if (*cp != '\0' || slot <= 0 || slot > XHCI_MAX_SLOTS) { in pci_xhci_parse_devices()
2946 XHCI_SET_HCSP1_MAXSLOTS(XHCI_MAX_SLOTS); in pci_xhci_init()
2964 sc->rtsoff = XHCI_SET_RTSOFFSET(sc->dboff + (XHCI_MAX_SLOTS+1) * 32); in pci_xhci_init()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h372 #define XHCI_MAX_SLOTS 256 macro