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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DIsaIo.c625 @param[in] SrcOffset The offset of the source
629 @retval EFI_UNSUPPORTED The DestOffset or SrcOffset is not valid for this device.
639 IN UINT32 SrcOffset,
674 SrcOffset
686 SrcOffset,
635 IsaIoCopyMem( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_WIDTH Width, IN UINT32 DestOffset, IN UINT32 SrcOffset, IN UINTN Count ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaIo.c965 @param[in] SrcOffset The offset of the source
969 @retval EFI_UNSUPPORTED The DestOffset or SrcOffset is not valid for this device.
979 IN UINT32 SrcOffset,
1014 SrcOffset
1026 SrcOffset,
975 IsaIoCopyMem( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_WIDTH Width, IN UINT32 DestOffset, IN UINT32 SrcOffset, IN UINTN Count ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciIo.c851 @param SrcOffset The source offset within the BAR specified by SrcBarIndex to start
854 size * Count, starting at DestOffset and SrcOffset.
861 @retval EFI_UNSUPPORTED The address range specified by SrcOffset, Width, and Count is
875 IN UINT64 SrcOffset,
904 Status = PciIoVerifyBarAccess (PciIoDevice, SrcBarIndex, PciBarTypeMem, Width, Count, &SrcOffset);
913 if ((SrcOffset & ((1 << (Width & 0x03)) - 1)) != 0 || (DestOffset & ((1 << (Width & 0x03)) - 1)) != 0) {
923 SrcOffset,
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 59 milliseconds