Home
last modified time | relevance | path

Searched refs:PCI_TYPE01 (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSerialPortLib16550/
DBaseSerialPortLib16550.c249 MemoryLimit = PciRead16 (PciLibAddress + OFFSET_OF (PCI_TYPE01, Bridge.MemoryLimit)) & 0xfff0; in GetSerialRegisterBase()
250 MemoryBase = PciRead16 (PciLibAddress + OFFSET_OF (PCI_TYPE01, Bridge.MemoryBase)) & 0xfff0; in GetSerialRegisterBase()
268 IoLimit = PciRead8 (PciLibAddress + OFFSET_OF (PCI_TYPE01, Bridge.IoLimit)); in GetSerialRegisterBase()
272 …IoLimit = (PciRead16 (PciLibAddress + OFFSET_OF (PCI_TYPE01, Bridge.IoLimitUpper16)) << 4) | (IoLi… in GetSerialRegisterBase()
274 IoBase = PciRead8 (PciLibAddress + OFFSET_OF (PCI_TYPE01, Bridge.IoBase)); in GetSerialRegisterBase()
278 …IoBase = (PciRead16 (PciLibAddress + OFFSET_OF (PCI_TYPE01, Bridge.IoBaseUpper16)) << 4) | (IoBase… in GetSerialRegisterBase()
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DDeviceIo.c469 PCI_TYPE01 PciBridge; in AppendPciDevicePath()
470 PCI_TYPE01 *PciPtr; in AppendPciDevicePath()
479 ZeroMem (PciPtr, sizeof (PCI_TYPE01)); in AppendPciDevicePath()
498 sizeof (PCI_TYPE01) / sizeof (UINT32), in AppendPciDevicePath()
DPcatPciRootBridge.c56 PCI_TYPE01 PciConfigurationHeader; in InitializePcatPciRootBridge()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/
DDeviceIoOnPciRootBridgeIoThunk.c854 PCI_TYPE01 PciBridge; in AppendPciDevicePath()
855 PCI_TYPE01 *PciPtr; in AppendPciDevicePath()
864 ZeroMem (PciPtr, sizeof (PCI_TYPE01)); in AppendPciDevicePath()
882 sizeof (PCI_TYPE01) / sizeof (UINT32), in AppendPciDevicePath()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
Dpci22.h93 } PCI_TYPE01; typedef
97 PCI_TYPE01 Bridge;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dpci22.h100 } PCI_TYPE01; typedef
104 PCI_TYPE01 Bridge;
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DPci22.h113 } PCI_TYPE01; typedef
117 PCI_TYPE01 Bridge;
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/
DPcatIo.c320 PCI_TYPE01 *PciBridgeHeader; in CheckForRom()
342 PciBridgeHeader = (PCI_TYPE01 *)(&PciHeader); in CheckForRom()
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/
DPcatIo.c320 PCI_TYPE01 *PciBridgeHeader; in CheckForRom()
342 PciBridgeHeader = (PCI_TYPE01 *)(&PciHeader); in CheckForRom()
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciDeviceSupport.c477 PCI_TYPE01 PciData; in EnableBridgeAttributes()
DPciEnumeratorSupport.c1182 CopyMem (&(PciIoDevice->Pci), Pci, sizeof (PCI_TYPE01)); in CreatePciIoDevice()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c465 PCI_TYPE01 PciConfigHeader; in CreateBridgeTable()
2745 PCI_TYPE01 PciConfigHeader; in LegacyBiosInstallPciRom()
DLegacyBootSupport.c549 PCI_TYPE01 PciConfigHeader; in EnableAllControllers()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciEnumeratorSupport.c2089 CopyMem (&(PciIoDevice->Pci), Pci, sizeof (PCI_TYPE01)); in CreatePciIoDevice()