Lines Matching defs:read

60  * transaction flow, data write transfer and data read transfer. The
153 * Synchronize Cache and buffer read/write could not be tested yet
303 * read the capacity of the device
603 * less trivial than normal read. Size is in bytes instead
688 * read from the flashdisk
695 /** read from image, and get to memory */
697 flashDisk->read(&(readaddr[SectorSize*count]), (offset /
791 .desc("Most up to date length of the read SSD queue")
798 /** Amount of data read/written */
801 .desc("Number of bytes read from SSD")
829 .desc("Average read bandwidth (bytes/s)")
847 .desc("Average read queue length")
924 * UFSHCD read register. This function allows the system to read the
929 UFSHostDevice::read(PacketPtr pkt)
1612 /**read transfer*/
1865 * "system memory", "device buffer" and "disk", whereas the read transfers
2081 * Dma transaction function: read device. Notice that the dma action is from
2102 //yes, a writereq at a read device function is correct.
2116 * Manage read transfer. Manages correct transfer flow and makes sure that
2150 * The disk image is read here; but the action is simultated later
2180 * SSDisk start read; this function was created to keep the interfaces
2192 * Load all the read request to the Memory device.
2203 * SSDisk read done
2209 DPRINTF(UFSHostDevice, "SSD read done at lun %d, Aiming for %d messages,"
2278 panic("no read finished in tick %d\n", curTick());
2282 * After a disk read DMA transfer, the structure needs to be freed. This is
2288 DPRINTF(UFSHostDevice, "Clean read data, %d\n", SSDReadPending.size());