Home | History | Annotate | Download | only in IsaBusDxe

Lines Matching defs:Read

109   Performs an ISA I/O Read Cycle

117 @retval EFI_SUCCESS The data was read from the device sucessfully.
151 Status = IsaIoDevice->PciIo->Io.Read (
367 // so the processor can read the contents of the real buffer.
481 Performs an ISA Memory Read Cycle
489 @retval EFI_SUCCESS The data was read from the device successfully.
530 Status = IsaIoDevice->PciIo->Mem.Read (
701 only supports slave read/write operation to save code size.
705 the DMA operation is going to read or write to system memory.
829 // If this is a read operation from the DMA agents's point of view,
831 // so the DMA agent can read the contents of the real buffer.
941 the DMA operation is going to read or write to system memory.
974 BOOLEAN Read;
1014 Read = FALSE;
1018 Read = TRUE;
1024 Read = FALSE;
1132 // If this is a read operation from the DMA agents's point of view,
1134 // so the DMA agent can read the contents of the real buffer.
1164 if (Read) {
1266 the DMA operation is going to read or write to system memory.