Searched defs:DestBarIndex (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciIo.c845 @param DestBarIndex The BAR index in the standard PCI Configuration header to use as the
847 @param DestOffset The destination offset within the BAR specified by DestBarIndex to
857 @retval EFI_UNSUPPORTED DestBarIndex not valid for this PCI controller.
860 is not valid for the PCI BAR specified by DestBarIndex.
872 IN UINT8 DestBarIndex,
899 Status = PciIoVerifyBarAccess (PciIoDevice, DestBarIndex, PciBarTypeMem, Width, Count, &DestOffset);
869 PciIoCopyMem( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT8 DestBarIndex, IN UINT64 DestOffset, IN UINT8 SrcBarIndex, IN UINT64 SrcOffset, IN UINTN Count ) argument

Completed in 41 milliseconds