Home | History | Annotate | Download | only in Ppi

Lines Matching defs:Write

81   /// This service provides the various modalities of memory and I/O write.

83 EFI_PEI_CPU_IO_PPI_IO_MEM Write;
163 8-bit I/O write operations.
169 @param[in] Data The data to write.
182 16-bit I/O write operations.
188 @param[in] Data The data to write.
201 32-bit I/O write operations.
207 @param[in] Data The data to write.
220 64-bit I/O write operations.
226 @param[in] Data The data to write.
315 8-bit memory write operations.
321 @param[in] Data The data to write.
334 16-bit memory write operations.
340 @param[in] Data The data to write.
353 32-bit memory write operations.
359 @param[in] Data The data to write.
372 64-bit memory write operations.
378 @param[in] Data The data to write.