mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
hw/ufs: minor bug fixes related to ufs-test
Minor bugs and errors related to ufs-test are resolved. Some permissions and code implementations that are not synchronized with the ufs spec are edited. Signed-off-by: Yoochan Jeong <yc01.jeong@samsung.com> Reviewed-by: Jeuk Kim <jeuk20.kim@samsung.com> Signed-off-by: Jeuk Kim <jeuk20.kim@samsung.com>
This commit is contained in:
@@ -763,6 +763,12 @@ typedef struct QEMU_PACKED UtpTaskReqDesc {
|
||||
*/
|
||||
#define UFS_WB_EXCEED_LIFETIME 0x0B
|
||||
|
||||
/*
|
||||
* The range of valid value of Active ICC attritbute
|
||||
* is from 0x00 to 0x0F.
|
||||
*/
|
||||
#define UFS_QUERY_ATTR_ACTIVE_ICC_MAXVALUE 0x0F
|
||||
|
||||
/*
|
||||
* In UFS Spec, the Extra Header Segment (EHS) starts from byte 32 in UPIU
|
||||
* request/response packet
|
||||
|
||||
Reference in New Issue
Block a user