gem5
v20.1.0.0
|
struct UFSHCDSGEntry - UFSHCI PRD Entry baseAddr: Lower 32bit physical address DW-0 upperAddr: Upper 32bit physical address DW-1 reserved: Reserved for future use DW-2 size: size of physical segment DW-3 More...
Public Attributes | |
uint32_t | baseAddr |
uint32_t | upperAddr |
uint32_t | reserved |
uint32_t | size |
struct UFSHCDSGEntry - UFSHCI PRD Entry baseAddr: Lower 32bit physical address DW-0 upperAddr: Upper 32bit physical address DW-1 reserved: Reserved for future use DW-2 size: size of physical segment DW-3
Definition at line 301 of file ufs_device.hh.
uint32_t UFSHostDevice::UFSHCDSGEntry::baseAddr |
Definition at line 302 of file ufs_device.hh.
uint32_t UFSHostDevice::UFSHCDSGEntry::reserved |
Definition at line 304 of file ufs_device.hh.
uint32_t UFSHostDevice::UFSHCDSGEntry::size |
Definition at line 305 of file ufs_device.hh.
Referenced by UFSHostDevice::manageReadTransfer(), UFSHostDevice::manageWriteTransfer(), and UFSHostDevice::SCSIResume().
uint32_t UFSHostDevice::UFSHCDSGEntry::upperAddr |
Definition at line 303 of file ufs_device.hh.
Referenced by UFSHostDevice::manageReadTransfer(), UFSHostDevice::manageWriteTransfer(), and UFSHostDevice::SCSIResume().