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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DIsaIo.c624 @param[in] DestOffset The offset of the destination
629 @retval EFI_UNSUPPORTED The DestOffset or SrcOffset is not valid for this device.
638 IN UINT32 DestOffset,
663 DestOffset
684 DestOffset,
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.c964 @param[in] DestOffset The offset of the destination
969 @retval EFI_UNSUPPORTED The DestOffset or SrcOffset is not valid for this device.
978 IN UINT32 DestOffset,
1003 DestOffset
1024 DestOffset,
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.c847 @param DestOffset The destination offset within the BAR specified by DestBarIndex to
854 size * Count, starting at DestOffset and SrcOffset.
859 @retval EFI_UNSUPPORTED The address range specified by DestOffset, Width, and Count
873 IN UINT64 DestOffset,
899 Status = PciIoVerifyBarAccess (PciIoDevice, DestBarIndex, PciBarTypeMem, Width, Count, &DestOffset);
913 if ((SrcOffset & ((1 << (Width & 0x03)) - 1)) != 0 || (DestOffset & ((1 << (Width & 0x03)) - 1)) != 0) {
922 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 53 milliseconds