diff options
author | Can Guo <quic_cang@quicinc.com> | 2022-12-15 04:06:21 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2023-01-14 03:10:59 +0100 |
commit | e02288e0265fe316a16d48ec6dd7b7fd54d66e3e (patch) | |
tree | b2e45edfeebe1a75c2ab3663e8daa99234588640 /include/ufs/ufshci.h | |
parent | scsi: ufs: core: Add Event Specific Interrupt configuration vendor specific ops (diff) | |
download | linux-e02288e0265fe316a16d48ec6dd7b7fd54d66e3e.tar.xz linux-e02288e0265fe316a16d48ec6dd7b7fd54d66e3e.zip |
scsi: ufs: core: mcq: Add Event Specific Interrupt enable and config functions
Add and export two functions to enable ESI and config ESI base addresses.
The calls to these exported functions will be added by the next patch in
this series.
Signed-off-by: Can Guo <quic_cang@quicinc.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/ufs/ufshci.h')
-rw-r--r-- | include/ufs/ufshci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ufs/ufshci.h b/include/ufs/ufshci.h index eca89f9f6aac..11424bb03814 100644 --- a/include/ufs/ufshci.h +++ b/include/ufs/ufshci.h @@ -59,6 +59,8 @@ enum { REG_UFS_MEM_CFG = 0x300, REG_UFS_MCQ_CFG = 0x380, + REG_UFS_ESILBA = 0x384, + REG_UFS_ESIUBA = 0x388, UFSHCI_CRYPTO_REG_SPACE_SIZE = 0x400, }; |