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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhcPeim.h 167 UINT64 *ScratchEntry;
XhciSched.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.h 238 UINT64 *ScratchEntry;
XhciSched.c 474 UINT64 *ScratchEntry;
524 ScratchEntry = AllocateZeroPool (sizeof (UINT64) * MaxScratchpadBufs);
525 ASSERT (ScratchEntry != NULL);
526 Xhc->ScratchEntry = ScratchEntry;
551 (VOID **) &ScratchEntry[Index],
556 ZeroMem ((VOID *)(UINTN)ScratchEntry[Index], Xhc->PageSize);
940 UINT64 *ScratchEntry;
943 ScratchEntry = Xhc->ScratchEntry;
    [all...]

Completed in 3754 milliseconds