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@xxxxxxxxx> --- include/ufs/ufshci.h | 1 + 1 file changed, 1 insertion(+) 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, -- 2.34.1