Home
last modified time | relevance | path

Searched refs:SecBus (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciEnumeratorSupport.c196 UINT8 SecBus; in PciPciDeviceInfoCollector() local
201 SecBus = 0; in PciPciDeviceInfoCollector()
253 Status = PciIo->Pci.Read (PciIo, EfiPciIoWidthUint8, 0x19, 1, &SecBus); in PciPciDeviceInfoCollector()
264 (UINT8) (SecBus) in PciPciDeviceInfoCollector()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciEnumeratorSupport.c102 UINT8 SecBus; in PciPciDeviceInfoCollector() local
107 SecBus = 0; in PciPciDeviceInfoCollector()
161 … PciIo->Pci.Read (PciIo, EfiPciIoWidthUint8, PCI_BRIDGE_SECONDARY_BUS_REGISTER_OFFSET, 1, &SecBus); in PciPciDeviceInfoCollector()
177 (UINT8) (SecBus) in PciPciDeviceInfoCollector()