Searched refs:BASE_16MB (Results 1 – 3 of 3) sorted by relevance
1121 if ((PhysicalAddress + *NumberOfBytes) > BASE_16MB) { in IsaIoMapOnlySupportSlaveReadWrite()1151 IsaMapInfo->MappedHostAddress = BASE_16MB - 1; in IsaIoMapOnlySupportSlaveReadWrite()1424 if ((PhysicalAddress +*NumberOfBytes) > BASE_16MB) { in IsaIoMapFullSupport()1454 IsaMapInfo->MappedHostAddress = BASE_16MB - 1; in IsaIoMapFullSupport()1734 PhysicalAddress = (EFI_PHYSICAL_ADDRESS) (UINTN) (BASE_16MB - 1); in IsaIoAllocateBuffer()1736 if ((UINTN) (*HostAddress) >= BASE_16MB) { in IsaIoAllocateBuffer()
883 for (StartAddress = BASE_1MB; StartAddress < BASE_16MB; ) { in LegacyBiosInstall()889 Length = MIN (Descriptor.Length, BASE_16MB - StartAddress); in LegacyBiosInstall()
499 #define BASE_16MB 0x01000000 macro