Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
DPciRootBridgeIo.c877 UINT32 PciFn; in RootBridgeIoPciRead() local
911 PciFn = ((EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_PCI_ADDRESS *) &Address)->Function; in RootBridgeIoPciRead()
913 ExtConfigAdd = (UINT64) PrivateData->HecBase + PCIE_OFF (PciBus, PciDev, PciFn, PciExtReg); in RootBridgeIoPciRead()
960 UINT32 PciFn; in RootBridgeIoPciWrite() local
989 PciFn = ((EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_PCI_ADDRESS *) &Address)->Function; in RootBridgeIoPciWrite()
991 ExtConfigAdd = (UINT64) PrivateData->HecBase + PCIE_OFF (PciBus, PciDev, PciFn, PciExtReg); in RootBridgeIoPciWrite()