Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciSched.c199 Ehc->PeriodFrameHost = AllocateZeroPool (EHC_FRAME_LEN * sizeof (UINTN)); in EhcInitSched()
200 if (Ehc->PeriodFrameHost == NULL) { in EhcInitSched()
215 ((UINTN *)(Ehc->PeriodFrameHost))[Index] = (UINTN)Ehc->PeriodOne; in EhcInitSched()
302 if (Ehc->PeriodFrameHost != NULL) { in EhcFreeSched()
303 FreePool (Ehc->PeriodFrameHost); in EhcFreeSched()
304 Ehc->PeriodFrameHost = NULL; in EhcFreeSched()
416 Next = (EHC_QH*)((UINTN*)Ehc->PeriodFrameHost)[Index]; in EhcLinkQhToPeriod()
484 ((UINTN*)Ehc->PeriodFrameHost)[Index] = (UINTN)Qh; in EhcLinkQhToPeriod()
517 This = (EHC_QH*)((UINTN*)Ehc->PeriodFrameHost)[Index]; in EhcUnlinkQhFromPeriod()
542 ((UINTN*)Ehc->PeriodFrameHost)[Index] = (UINTN)Qh->NextQh; in EhcUnlinkQhFromPeriod()
DEhci.h152 …VOID *PeriodFrameHost; // the buffer pointed by this pointer is used to store… member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhcPeim.h125 VOID *PeriodFrameHost; member
DEhciSched.c134 Ehc->PeriodFrameHost = (VOID *)(UINTN)PhyAddr; in EhcInitSched()