gem5 v24.0.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 308 of file ufs_device.hh.
uint32_t gem5::UFSHostDevice::UFSHCDSGEntry::baseAddr |
Definition at line 310 of file ufs_device.hh.
uint32_t gem5::UFSHostDevice::UFSHCDSGEntry::reserved |
Definition at line 312 of file ufs_device.hh.
uint32_t gem5::UFSHostDevice::UFSHCDSGEntry::size |
Definition at line 313 of file ufs_device.hh.
Referenced by gem5::UFSHostDevice::manageReadTransfer(), gem5::UFSHostDevice::manageWriteTransfer(), and gem5::UFSHostDevice::SCSIResume().
uint32_t gem5::UFSHostDevice::UFSHCDSGEntry::upperAddr |
Definition at line 311 of file ufs_device.hh.
Referenced by gem5::UFSHostDevice::manageReadTransfer(), gem5::UFSHostDevice::manageWriteTransfer(), and gem5::UFSHostDevice::SCSIResume().