diff mbox series

scsi: ufs: add missing macro for the UFSHCI register map

Message ID 20240809025610.1000310-1-super.ni@intel.com
State New
Headers show
Series scsi: ufs: add missing macro for the UFSHCI register map | expand

Commit Message

Super Ni Aug. 9, 2024, 2:56 a.m. UTC
Add macro for register bit listed in JESD223C (v2.1).

For completeness all registers specified in the JEDEC doc should be
included here.

Signed-off-by: Super Ni <super.ni@intel.com>
---
 include/ufs/ufshci.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/include/ufs/ufshci.h b/include/ufs/ufshci.h
index 38fe97971a65..534fbb8988e2 100644
--- a/include/ufs/ufshci.h
+++ b/include/ufs/ufshci.h
@@ -43,6 +43,7 @@  enum {
 	REG_UTP_TRANSFER_REQ_DOOR_BELL		= 0x58,
 	REG_UTP_TRANSFER_REQ_LIST_CLEAR		= 0x5C,
 	REG_UTP_TRANSFER_REQ_LIST_RUN_STOP	= 0x60,
+	REG_UTP_TRANSFER_REQ_LIST_COMPLETION	= 0x64,
 	REG_UTP_TASK_REQ_LIST_BASE_L		= 0x70,
 	REG_UTP_TASK_REQ_LIST_BASE_H		= 0x74,
 	REG_UTP_TASK_REQ_DOOR_BELL		= 0x78,