Searched refs:PciExpressRegAddr (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/ |
D | PcatIo.c | 102 UINT64 PciExpressRegAddr; in PcatRootBridgeIoPciRW() local 188 PciExpressRegAddr = (PrivateData->PciExpressBaseAddress) | in PcatRootBridgeIoPciRW() 193 PciExpressRegAddr += PciAddress.ExtendedRegister; in PcatRootBridgeIoPciRW() 195 PciExpressRegAddr += PciAddress.Register; in PcatRootBridgeIoPciRW() 199 This->Mem.Write (This, Width, (UINTN) PciExpressRegAddr, 1, UserBuffer); in PcatRootBridgeIoPciRW() 201 This->Mem.Read (This, Width, (UINTN) PciExpressRegAddr, 1, UserBuffer); in PcatRootBridgeIoPciRW() 205 PciExpressRegAddr += InStride; in PcatRootBridgeIoPciRW()
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/ |
D | PcatIo.c | 102 UINT64 PciExpressRegAddr; in PcatRootBridgeIoPciRW() local 188 PciExpressRegAddr = (PrivateData->PciExpressBaseAddress) | in PcatRootBridgeIoPciRW() 193 PciExpressRegAddr += PciAddress.ExtendedRegister; in PcatRootBridgeIoPciRW() 195 PciExpressRegAddr += PciAddress.Register; in PcatRootBridgeIoPciRW() 199 This->Mem.Write (This, Width, (UINTN) PciExpressRegAddr, 1, UserBuffer); in PcatRootBridgeIoPciRW() 201 This->Mem.Read (This, Width, (UINTN) PciExpressRegAddr, 1, UserBuffer); in PcatRootBridgeIoPciRW() 205 PciExpressRegAddr += InStride; in PcatRootBridgeIoPciRW()
|