Searched refs:cachingPage (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/arm/
H A Dufs_device.cc142 const unsigned int UFSHostDevice::UFSSCSIDevice::cachingPage[5] = member in class:UFSHostDevice::UFSSCSIDevice
541 scsi_out.message.dataMsg.resize((sizeof(cachingPage) >> 2) + 2);
546 scsi_out.message.dataMsg[2 + count] = cachingPage[count];
555 sizeof(cachingPage)) >> 2)
564 scsi_out.message.dataMsg[5 + count] = cachingPage[count];
H A Dufs_device.hh752 static const unsigned int cachingPage[5]; member in class:UFSHostDevice::UFSSCSIDevice

Completed in 15 milliseconds