HomeSort by relevance Sort by last modified time
    Searched refs:PeriodFrameHost (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciSched.c 199 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)[Index] = (UINTN)Qh->NextQh;
    [all...]
Ehci.h 152 VOID *PeriodFrameHost; // the buffer pointed by this pointer is used to store host memory address of the QH descriptor.
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhcPeim.h 125 VOID *PeriodFrameHost;
EhciSched.c 134 Ehc->PeriodFrameHost = (VOID *)(UINTN)PhyAddr;

Completed in 58 milliseconds