HomeSort by relevance Sort by last modified time
    Searched defs:PciBus (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
PciLanInfo.h 41 UINT8 PciBus;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/
QNCSmmHelpers.c 231 UINT32 PciBus;
350 PciBus = BitDesc->Reg.Data.pci.Fields.Bus;
364 Register = (UINT64) PciRead8 (PCI_LIB_ADDRESS (PciBus, PciDev, PciFun, PciReg));
368 Register = (UINT64) PciRead16 (PCI_LIB_ADDRESS (PciBus, PciDev, PciFun, PciReg));
372 Register = (UINT64) PciRead32 (PCI_LIB_ADDRESS (PciBus, PciDev, PciFun, PciReg));
410 UINT32 PciBus;
513 PciBus = BitDesc->Reg.Data.pci.Fields.Bus;
528 PciAndThenOr8 (PCI_LIB_ADDRESS (PciBus, PciDev, PciFun, PciReg), (UINT8) AndVal, (UINT8) OrVal);
532 PciAndThenOr16 (PCI_LIB_ADDRESS (PciBus, PciDev, PciFun, PciReg), (UINT16) AndVal, (UINT16) OrVal);
536 PciAndThenOr32 (PCI_LIB_ADDRESS (PciBus, PciDev, PciFun, PciReg), (UINT32) AndVal, (UINT32) OrVal);
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciRootBridgeIo.c 875 UINT32 PciBus;
909 PciBus = ((EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_PCI_ADDRESS *) &Address)->Bus;
913 ExtConfigAdd = (UINT64) PrivateData->HecBase + PCIE_OFF (PciBus, PciDev, PciFn, PciExtReg);
958 UINT32 PciBus;
987 PciBus = ((EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_PCI_ADDRESS *) &Address)->Bus;
991 ExtConfigAdd = (UINT64) PrivateData->HecBase + PCIE_OFF (PciBus, PciDev, PciFn, PciExtReg);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
PciDevice.c 38 #include "PciBus.h"
349 PciBus,
358 &PciBus,
397 x->PciBus = (UINT8)PciBus;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyPci.c 24 UINTN PciBus;
72 UINTN PciBus;
94 &PciBus,
101 (mRomEntry[Index].PciBus == PciBus) &&
184 &mRomEntry[mRomCount].PciBus,
249 mRomEntry[Index].PciBus == Bus &&
507 &Bridges[BridgeIndex].PciBus,
541 if (((Bridges[Index].PciBus == SlotBridges[Index1].PrimaryBus) && (Bridges[Index].PciDevice == SlotBridges[Index1].PciDevice)) ||
542 ((Bridges[Index].PciBus >= SlotBridges[Index1].SecondaryBus) && (Bridges[Index].PciBus <= SlotBridges[Index1].SubordinateB (…)
    [all...]
LegacyBiosInterface.h 144 UINTN PciBus;
446 UINT8 PciBus;
470 UINT8 PciBus;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBios.h 380 UINT8 PciBus; ///< The PCI bus.
    [all...]

Completed in 73 milliseconds