Searched refs:PCI_TYPE01 (Results 1 – 14 of 14) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSerialPortLib16550/ |
D | BaseSerialPortLib16550.c | 249 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/ |
D | DeviceIo.c | 469 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()
|
D | PcatPciRootBridge.c | 56 PCI_TYPE01 PciConfigurationHeader; in InitializePcatPciRootBridge()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/ |
D | DeviceIoOnPciRootBridgeIoThunk.c | 854 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/ |
D | pci22.h | 93 } PCI_TYPE01; typedef 97 PCI_TYPE01 Bridge;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | pci22.h | 100 } PCI_TYPE01; typedef 104 PCI_TYPE01 Bridge;
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | Pci22.h | 113 } PCI_TYPE01; typedef 117 PCI_TYPE01 Bridge;
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/ |
D | PcatIo.c | 320 PCI_TYPE01 *PciBridgeHeader; in CheckForRom() 342 PciBridgeHeader = (PCI_TYPE01 *)(&PciHeader); in CheckForRom()
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/ |
D | PcatIo.c | 320 PCI_TYPE01 *PciBridgeHeader; in CheckForRom() 342 PciBridgeHeader = (PCI_TYPE01 *)(&PciHeader); in CheckForRom()
|
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/ |
D | PciDeviceSupport.c | 477 PCI_TYPE01 PciData; in EnableBridgeAttributes()
|
D | PciEnumeratorSupport.c | 1182 CopyMem (&(PciIoDevice->Pci), Pci, sizeof (PCI_TYPE01)); in CreatePciIoDevice()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacyPci.c | 465 PCI_TYPE01 PciConfigHeader; in CreateBridgeTable() 2745 PCI_TYPE01 PciConfigHeader; in LegacyBiosInstallPciRom()
|
D | LegacyBootSupport.c | 549 PCI_TYPE01 PciConfigHeader; in EnableAllControllers()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
D | PciEnumeratorSupport.c | 2089 CopyMem (&(PciIoDevice->Pci), Pci, sizeof (PCI_TYPE01)); in CreatePciIoDevice()
|