Home | History | Annotate | Download | only in Protocol

Lines Matching defs:Map

56 #define EFI_ISA_IO_ATTRIBUTE_MEMORY_WRITE_COMBINE  0x080    ///< Map a memory range so write are combined.

57 #define EFI_ISA_IO_ATTRIBUTE_MEMORY_CACHED 0x800 ///< Map a memory range so all read and write accesses are cached.
174 This function is used to map system memory for ISA DMA operations. All ISA DMA
185 If performing a DMA read operation, all the data must be present in system memory before the Map() is performed. Similarly,
209 @param[in] HostAddress The system memory address to map to the device.
210 @param[in, out] NumberOfBytes On input the number of bytes to map. On
212 @param[out] DeviceAddress The resulting map address for the bus master
216 resources associated with this map request.
222 @retval EFI_DEVICE_ERROR The system hardware could not map the requested address.
240 Unmaps a memory region that was previously mapped with EFI_ISA_IO_PROTOCOL.Map().
242 The EFI_ISA_IO_PROTOCOL.Map() operation is completed and any corresponding
248 @param[in] Mapping The mapping value returned from EFI_ISA_IO_PROTOCOL.Map().
338 EFI_ISA_IO_PROTOCOL_MAP Map;