Searched refs:PeriodFrameHost (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciSched.c199 Ehc->PeriodFrameHost = AllocateZeroPool (EHC_FRAME_LEN * sizeof (UINTN));
200 if (Ehc->PeriodFrameHost == NULL) {
215 ((UINTN *)(Ehc->PeriodFrameHost))[Index] = (UINTN)Ehc->PeriodOne;
302 if (Ehc->PeriodFrameHost != NULL) {
303 FreePool (Ehc->PeriodFrameHost);
304 Ehc->PeriodFrameHost = NULL;
416 Next = (EHC_QH*)((UINTN*)Ehc->PeriodFrameHost)[Index];
484 ((UINTN*)Ehc->PeriodFrameHost)[Index] = (UINTN)Qh;
517 This = (EHC_QH*)((UINTN*)Ehc->PeriodFrameHost)[Index];
542 ((UINTN*)Ehc->PeriodFrameHost)[Inde
[all...]
H A DEhci.h150 VOID *PeriodFrameHost; // the buffer pointed by this pointer is used to store host memory address of the QH descriptor. member in struct:_USB2_HC_DEV
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhcPeim.h128 VOID *PeriodFrameHost; member in struct:_PEI_USB2_HC_DEV
H A DEhciSched.c134 Ehc->PeriodFrameHost = (VOID *)(UINTN)PhyAddr;

Completed in 1887 milliseconds