Home | History | Annotate | Download | only in BaseSerialPortLib16550

Lines Matching refs:MemoryLimit

200   UINT16                MemoryLimit;

249 MemoryLimit = PciRead16 (PciLibAddress + OFFSET_OF (PCI_TYPE01, Bridge.MemoryLimit)) & 0xfff0;
255 if (MemoryLimit < MemoryBase) {
262 if (MemoryBase < ParentMemoryBase || MemoryBase > ParentMemoryLimit || MemoryLimit > ParentMemoryLimit) {
266 ParentMemoryLimit = MemoryLimit;