Searched refs:PeriodFrame (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciSched.c135 Ehc->PeriodFrame = (VOID *)(UINTN)PhyAddr;
163 Desc = (UINT32 *) Ehc->PeriodFrame;
169 EhcWriteOpReg (Ehc, EHC_FRAME_BASE_OFFSET, EHC_LOW_32BIT (Ehc->PeriodFrame));
214 if (Ehc->PeriodFrame != NULL) {
215 Ehc->PeriodFrame = NULL;
H A DEhcPeim.h127 VOID *PeriodFrame; // Mapped as common buffer member in struct:_PEI_USB2_HC_DEV
H A DEhcPeim.c433 if (Ehc->PeriodFrame != NULL) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhci.h149 VOID *PeriodFrame; // the buffer pointed by this pointer is used to store pci bus address of the QH descriptor. member in struct:_USB2_HC_DEV
H A DEhciSched.c162 Ehc->PeriodFrame = Buf;
211 ((UINT32 *)(Ehc->PeriodFrame))[Index] = QH_LINK (PciAddr, EHC_TYPE_QH, FALSE);
287 if (Ehc->PeriodFrame != NULL) {
296 Ehc->PeriodFrame
299 Ehc->PeriodFrame = NULL;
415 ASSERT (!EHC_LINK_TERMINATED (((UINT32*)Ehc->PeriodFrame)[Index]));
483 ((UINT32*)Ehc->PeriodFrame)[Index] = QH_LINK (PciAddr, EHC_TYPE_QH, FALSE);
516 ASSERT (!EHC_LINK_TERMINATED (((UINT32*)Ehc->PeriodFrame)[Index]));
541 ((UINT32*)Ehc->PeriodFrame)[Index] = Qh->QhHw.HorizonLink;
H A DEhciReg.c604 if (Ehc->PeriodFrame != NULL) {

Completed in 148 milliseconds