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

/gem5/src/dev/arm/
H A Dufs_device.cc58 * the UFSSCSIDevice functions will be presented; then the UFSHostDevice
77 UFSHostDevice::UFSSCSIDevice::UFSSCSIDevice(const UFSHostDeviceParams* p, function in class:UFSHostDevice::UFSSCSIDevice
102 memReadCallback = new MakeCallback<UFSSCSIDevice,
103 &UFSHostDevice::UFSSCSIDevice::readCallback>(this);
105 memWriteCallback = new MakeCallback<UFSSCSIDevice,
106 &UFSHostDevice::UFSSCSIDevice::SSDWriteDone>(this);
136 const unsigned int UFSHostDevice::UFSSCSIDevice::controlPage[3] =
139 const unsigned int UFSHostDevice::UFSSCSIDevice::recoveryPage[3] =
142 const unsigned int UFSHostDevice::UFSSCSIDevice
[all...]
H A Dufs_device.hh537 class UFSSCSIDevice: SimObject class in class:UFSHostDevice
543 UFSSCSIDevice(const UFSHostDeviceParams* p, uint32_t lun_id, Callback*
545 ~UFSSCSIDevice();
1064 std::vector<UFSSCSIDevice*> UFSDevice;

Completed in 7 milliseconds