Searched refs:UFSHostDevice (Results 1 - 3 of 3) sorted by relevance

/gem5/src/dev/arm/
H A Dufs_device.cc48 * that the UFSHostDevice class contains functionality from both the host
58 * the UFSSCSIDevice functions will be presented; then the UFSHostDevice
59 * functions. The UFSHostDevice functions are split in three parts: UFS
77 UFSHostDevice::UFSSCSIDevice::UFSSCSIDevice(const UFSHostDeviceParams* p,
103 &UFSHostDevice::UFSSCSIDevice::readCallback>(this);
106 &UFSHostDevice::UFSSCSIDevice::SSDWriteDone>(this);
123 DPRINTF(UFSHostDevice, "Logic unit %d assumes that %d logic units are"
125 DPRINTF(UFSHostDevice,"The disksize of lun: %d should be %d blocks\n",
136 const unsigned int UFSHostDevice::UFSSCSIDevice::controlPage[3] =
139 const unsigned int UFSHostDevice
719 UFSHostDevice::UFSHostDevice(const UFSHostDeviceParams* p) : function in class:UFSHostDevice
[all...]
H A DUFSHostDevice.py44 class UFSHostDevice(DmaDevice): class in inherits:DmaDevice
45 type = 'UFSHostDevice'
H A Dufs_device.hh152 #include "debug/UFSHostDevice.hh"
160 #include "params/UFSHostDevice.hh"
170 class UFSHostDevice : public DmaDevice class in inherits:DmaDevice
174 UFSHostDevice(const UFSHostDeviceParams* p);

Completed in 12 milliseconds