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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciSched.c 135 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;
EhcPeim.h 124 VOID *PeriodFrame; // Mapped as common buffer
EhcPeim.c 453 if (Ehc->PeriodFrame != NULL) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciSched.c 162 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;
Ehci.h 151 VOID *PeriodFrame; // the buffer pointed by this pointer is used to store pci bus address of the QH descriptor.
EhciReg.c 604 if (Ehc->PeriodFrame != NULL) {

Completed in 80 milliseconds