Home | History | Annotate | Download | only in PciHostBridgeDxe

Lines Matching refs:Mmio

167   Ensure the compatibility of a memory space descriptor with the MMIO aperture.

185 such a type), then an attempt is made to add the intersection as MMIO space
190 Otherwise, the memory space descriptor is incompatible with the MMIO
252 Add MMIO space to GCD.
256 @param Base Base address of the MMIO space.
257 @param Length Length of the MMIO space.
258 @param Capabilities Capabilities of the MMIO space.
260 @retval EFI_SUCCES The MMIO space was added successfully.
432 DEBUG ((DEBUG_WARN, "PciHostBridge driver failed to set EFI_MEMORY_UC to MMIO aperture - %r.\n", Status));
593 Allocate Length of MMIO or IO resource with alignment BitsOfAlignment
596 @param Mmio TRUE for MMIO and FALSE for IO.
607 BOOLEAN Mmio,
623 if (Mmio) {