Searched refs:MaxSlotsEn (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.c423 // Program the Max Device Slots Enabled (MaxSlotsEn) field in the CONFIG register (5.4.7)
426 Xhc->MaxSlotsEn = Xhc->HcSParams1.Data.MaxSlots;
427 ASSERT (Xhc->MaxSlotsEn >= 1 && Xhc->MaxSlotsEn <= 255);
428 XhcWriteOpReg (Xhc, XHC_CONFIG_OFFSET, Xhc->MaxSlotsEn);
433 // The Device Context Base Address Array shall contain MaxSlotsEn + 1 entries.
436 Entries = (Xhc->MaxSlotsEn + 1) * sizeof(UINT64);
808 FreePages (Xhc->DCBAA, EFI_SIZE_TO_PAGES((Xhc->MaxSlotsEn + 1) * sizeof(UINT64)));
1749 ASSERT (EvtTrb->SlotId <= Xhc->MaxSlotsEn);
1942 ASSERT (EvtTrb->SlotId <= Xhc->MaxSlotsEn);
[all...]
H A DXhci.h225 UINT32 MaxSlotsEn; member in struct:_USB_XHCI_INSTANCE

Completed in 70 milliseconds