Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/
DQNCSmmHelpers.c231 UINT32 PciBus; in ReadBitDesc() local
350 PciBus = BitDesc->Reg.Data.pci.Fields.Bus; in ReadBitDesc()
364 Register = (UINT64) PciRead8 (PCI_LIB_ADDRESS (PciBus, PciDev, PciFun, PciReg)); in ReadBitDesc()
368 Register = (UINT64) PciRead16 (PCI_LIB_ADDRESS (PciBus, PciDev, PciFun, PciReg)); in ReadBitDesc()
372 Register = (UINT64) PciRead32 (PCI_LIB_ADDRESS (PciBus, PciDev, PciFun, PciReg)); in ReadBitDesc()
410 UINT32 PciBus; in WriteBitDesc() local
513 PciBus = BitDesc->Reg.Data.pci.Fields.Bus; in WriteBitDesc()
528 … PciAndThenOr8 (PCI_LIB_ADDRESS (PciBus, PciDev, PciFun, PciReg), (UINT8) AndVal, (UINT8) OrVal); in WriteBitDesc()
532 …PciAndThenOr16 (PCI_LIB_ADDRESS (PciBus, PciDev, PciFun, PciReg), (UINT16) AndVal, (UINT16) OrVal); in WriteBitDesc()
536 …PciAndThenOr32 (PCI_LIB_ADDRESS (PciBus, PciDev, PciFun, PciReg), (UINT32) AndVal, (UINT32) OrVal); in WriteBitDesc()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c24 UINTN PciBus; member
72 UINTN PciBus; in GetShadowedRomParameters() local
94 &PciBus, in GetShadowedRomParameters()
101 (mRomEntry[Index].PciBus == PciBus) && in GetShadowedRomParameters()
184 &mRomEntry[mRomCount].PciBus, in RomShadow()
249 mRomEntry[Index].PciBus == Bus && in IsLegacyRom()
507 &Bridges[BridgeIndex].PciBus, in CreateBridgeTable()
541 …if (((Bridges[Index].PciBus == SlotBridges[Index1].PrimaryBus) && (Bridges[Index].PciDevice == Slo… in CreateBridgeTable()
542 …((Bridges[Index].PciBus >= SlotBridges[Index1].SecondaryBus) && (Bridges[Index].PciBus <= SlotBrid… in CreateBridgeTable()
612 IN UINTN PciBus, in GetBaseBus() argument
[all …]
DLegacyBiosInterface.h144 UINTN PciBus; member
446 UINT8 PciBus; member
470 UINT8 PciBus; member
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciBusNoEnumeration.inf42 PciBus.h
61 PciBus.c
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
DPciLanInfo.h41 UINT8 PciBus;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPciDevice.c349 PciBus,
358 &PciBus,
397 x->PciBus = (UINT8)PciBus;
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciBusDxe.inf39 PciBus.c
64 PciBus.h
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
DPciRootBridgeIo.c875 UINT32 PciBus; in RootBridgeIoPciRead() local
909 PciBus = ((EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_PCI_ADDRESS *) &Address)->Bus; in RootBridgeIoPciRead()
913 ExtConfigAdd = (UINT64) PrivateData->HecBase + PCIE_OFF (PciBus, PciDev, PciFn, PciExtReg); in RootBridgeIoPciRead()
958 UINT32 PciBus; in RootBridgeIoPciWrite() local
987 PciBus = ((EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_PCI_ADDRESS *) &Address)->Bus; in RootBridgeIoPciWrite()
991 ExtConfigAdd = (UINT64) PrivateData->HecBase + PCIE_OFF (PciBus, PciDev, PciFn, PciExtReg); in RootBridgeIoPciWrite()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/
DLegacyBiosPlatform.h256 IN UINTN PciBus,
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DLegacyBiosPlatform.h695 IN UINTN PciBus,
DLegacyBios.h380 UINT8 PciBus; ///< The PCI bus. member
966 UINT8 PciBus; ///< The PCI bus of the device. member
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
DLegacyPlatform.c840 IN UINTN PciBus, in TranslatePirq() argument
864 if ((PirqTableHead.IrqRoutingEntry[Index].Bus == PciBus) && in TranslatePirq()
/device/linaro/bootloader/edk2/MdeModulePkg/
DMdeModulePkg.uni705 …nSpaceGuid_PcdPciBusHotplugDeviceSupport_PROMPT #language en-US "Enable PciBus hot plug device su…
707 …ceGuid_PcdPciBusHotplugDeviceSupport_HELP #language en-US "Indicates if PciBus driver supports th…
708 … "TRUE - PciBus driver supports the hot plug device.<BR>\n"
709 … "FALSE - PciBus driver doesn't support the hot plug device.<BR>"
713 …uid_PcdPciBridgeIoAlignmentProbe_HELP #language en-US "Indicates if the PciBus driver probes non-…
714 … "TRUE - PciBus driver probes non-standard granularity for PCI to PCI bridge I/O window.<BR>\n"
715 …"FALSE - PciBus driver doesn't probe non-standard granularity for PCI to PCI bridge I/O window.<BR…
DMdeModulePkg.dec614 ## Indicates if PciBus driver supports the hot plug device.<BR><BR>
615 # TRUE - PciBus driver supports the hot plug device.<BR>
616 # FALSE - PciBus driver doesn't support the hot plug device.<BR>
617 # @Prompt Enable PciBus hot plug device support.
620 …## Indicates if the PciBus driver probes non-standard, such as 2K/1K/512, granularity for PCI to P…
621 # TRUE - PciBus driver probes non-standard granularity for PCI to PCI bridge I/O window.<BR>
622 …# FALSE - PciBus driver doesn't probe non-standard granularity for PCI to PCI bridge I/O window.…