Home | History | Annotate | Download | only in X64

Lines Matching refs:Read

38   Perform an IO read into Buffer.

41 Width - Width of read transaction, and repeat operation to use
42 Address - IO address to read
43 Count - Number of times to read the IO address.
44 Buffer - Buffer to read data into. size is Width * Count
51 return gCpuIo->Io.Read (gCpuIo, Width, Address, Count, Buffer);
90 Perform a Memory mapped IO read into Buffer.
93 Width - Width of each read transaction.
94 Address - Memory mapped IO address to read
95 Count - Number of Width quanta to read
96 Buffer - Buffer to read data into. size is Width * Count
103 return gCpuIo->Mem.Read (gCpuIo, Width, Address, Count, Buffer);