Searched refs:MemoryStart (Results 1 – 4 of 4) sorted by relevance
157 UINTN MemoryStart; in CheckOverlapWithAllocatedBuffer() local171 MemoryStart = (UINTN) MemoryHob->AllocDescriptor.MemoryBaseAddress; in CheckOverlapWithAllocatedBuffer()174 if (!((WakeupBufferStart >= MemoryEnd) || (WakeupBufferEnd <= MemoryStart))) { in CheckOverlapWithAllocatedBuffer()
510 IN PHYSICAL_ADDRESS MemoryStart, in PciInstallDevice() argument533 Private->RootBridge.MemoryStart = MemoryStart; // Get the USB capability register base in PciInstallDevice()555 Private->ConfigSpace->Device.Bar[0] = MemoryStart; in PciInstallDevice()
23 …if ((Address >= Private->MemoryStart) && (Address < (Private->MemoryStart + Private->MemorySize)))… in PciRootBridgeMemAddressValid()
72 UINT32 MemoryStart; member