Searched refs:PciWindow32 (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/ |
D | Qemu.c | 200 PCI_WINDOW PciWindow32; member 287 FwData->PciWindow32.Base = Mmio32MinBase; in PopulateFwData() 288 FwData->PciWindow32.End = Mmio32MaxExclTop - 1; in PopulateFwData() 289 FwData->PciWindow32.Length = Mmio32MaxExclTop - Mmio32MinBase; in PopulateFwData() 304 FwData->PciWindow32.Base, in PopulateFwData() 305 FwData->PciWindow32.End, in PopulateFwData() 306 FwData->PciWindow32.Length in PopulateFwData()
|
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/ |
D | Dsdt.asl | 139 P0S, 64, // PciWindow32.Base 140 P0E, 64, // PciWindow32.End 141 P0L, 64, // PciWindow32.Length 147 P0SL, 32, // PciWindow32.Base, low 32 bits 148 P0SH, 32, // PciWindow32.Base, high 32 bits 149 P0EL, 32, // PciWindow32.End, low 32 bits 150 P0EH, 32, // PciWindow32.End, high 32 bits 151 P0LL, 32, // PciWindow32.Length, low 32 bits 152 P0LH, 32, // PciWindow32.Length, high 32 bits
|