Home | History | Annotate | Download | only in PciHostBridgeDxe

Lines Matching refs:Aperture

74   PCI_ROOT_BRIDGE_APERTURE *Aperture;

183 Aperture = &RootBridge->Bus;
186 Aperture = &RootBridge->Io;
189 Aperture = &RootBridge->Mem;
192 Aperture = &RootBridge->MemAbove4G;
195 Aperture = &RootBridge->PMem;
198 Aperture = &RootBridge->PMemAbove4G;
202 Aperture = NULL;
206 if (Bridge->ResourceAssigned && (Aperture->Limit >= Aperture->Base)) {
207 RootBridge->ResAllocNode[Index].Base = Aperture->Base;
208 RootBridge->ResAllocNode[Index].Length = Aperture->Limit - Aperture->Base + 1;