Searched refs:PciPtr (Results 1 – 3 of 3) sorted by relevance
470 PCI_TYPE01 *PciPtr; in AppendPciDevicePath() local474 PciPtr = &PciBridge; in AppendPciDevicePath()479 ZeroMem (PciPtr, sizeof (PCI_TYPE01)); in AppendPciDevicePath()485 &(PciPtr->Hdr.VendorId) in AppendPciDevicePath()487 if ((PciPtr->Hdr.VendorId == 0xffff) && (ThisFunc == 0)) { in AppendPciDevicePath()490 if (PciPtr->Hdr.VendorId == 0xffff) { in AppendPciDevicePath()499 PciPtr in AppendPciDevicePath()501 if (IS_PCI_BRIDGE (PciPtr)) { in AppendPciDevicePath()502 if (Bus >= PciPtr->Bridge.SecondaryBus && Bus <= PciPtr->Bridge.SubordinateBus) { in AppendPciDevicePath()512 *BridgePrimaryBus = PciPtr->Bridge.SecondaryBus; in AppendPciDevicePath()[all …]
855 PCI_TYPE01 *PciPtr; in AppendPciDevicePath() local859 PciPtr = &PciBridge; in AppendPciDevicePath()864 ZeroMem (PciPtr, sizeof (PCI_TYPE01)); in AppendPciDevicePath()870 &(PciPtr->Hdr.VendorId) in AppendPciDevicePath()872 if ((PciPtr->Hdr.VendorId == 0xffff) && (ThisFunc == 0)) { in AppendPciDevicePath()875 if (PciPtr->Hdr.VendorId == 0xffff) { in AppendPciDevicePath()883 PciPtr in AppendPciDevicePath()885 if (IS_PCI_BRIDGE (PciPtr)) { in AppendPciDevicePath()886 if (Bus >= PciPtr->Bridge.SecondaryBus && Bus <= PciPtr->Bridge.SubordinateBus) { in AppendPciDevicePath()896 *BridgePrimaryBus = PciPtr->Bridge.SecondaryBus; in AppendPciDevicePath()[all …]
1445 EFI_LEGACY_EXPANSION_ROM_HEADER *PciPtr; in UpdateBevBcvTable() local1470 PciPtr = (EFI_LEGACY_EXPANSION_ROM_HEADER *) RomStart; in UpdateBevBcvTable()1472 RomEnd = (VOID *) (PciPtr->Size512 * 512 + (UINTN) PciPtr); in UpdateBevBcvTable()1547 …if ((PnpPtr == (LEGACY_PNP_EXPANSION_HEADER *) PciPtr) || (PnpPtr > (LEGACY_PNP_EXPANSION_HEADER *… in UpdateBevBcvTable()