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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciSched.c128 Uhc->FrameBaseHostAddr = AllocateZeroPool (4096);
129 if (Uhc->FrameBaseHostAddr == NULL) {
137 Uhc->FrameBaseHostAddr[Index] = (UINT32)(UINTN)Uhc->SyncIntQh;
184 if (Uhc->FrameBaseHostAddr != NULL) {
185 FreePool (Uhc->FrameBaseHostAddr);
201 Uhc->FrameBaseHostAddr = NULL;
270 Next = (UHCI_QH_SW*)(UINTN)Uhc->FrameBaseHostAddr[Index];
339 Uhc->FrameBaseHostAddr[Index] = (UINT32)(UINTN)Qh;
375 This = (UHCI_QH_SW*)(UINTN)Uhc->FrameBaseHostAddr[Index];
400 Uhc->FrameBaseHostAddr[Inde
[all...]
H A DUhci.h121 UINT32 *FrameBaseHostAddr; // the buffer pointed by this pointer is used to store host memory address of the QH descriptor. member in struct:_USB_HC_DEV

Completed in 44 milliseconds