diff options
| author | Martin K. Petersen <martin.petersen@oracle.com> | 2025-10-23 22:20:44 -0400 |
|---|---|---|
| committer | Martin K. Petersen <martin.petersen@oracle.com> | 2025-10-23 22:20:44 -0400 |
| commit | a7480fda0f0fdd0d094d750359a67c7df2d6fa7f (patch) | |
| tree | 13eeb7608d3de4188c35469c38ac9ffa9b765b82 /include/ufs/ufshci.h | |
| parent | ea0e278a5c5500be1fdfc1be68c63de4c31513fc (diff) | |
| parent | bfe5f5dacfbab96a6424c3bb376557bf0d8e4a20 (diff) | |
| download | linux-next-a7480fda0f0fdd0d094d750359a67c7df2d6fa7f.tar.gz linux-next-a7480fda0f0fdd0d094d750359a67c7df2d6fa7f.zip | |
Merge patch series "Eight small UFS patches"
Bart Van Assche <bvanassche@acm.org> says:
Hi Martin,
This patch series includes two bug fixes for this development cycle
and six small patches that are intended for the next merge window. If
applying the first two patches only during the current development
cycle would be inconvenient, postponing all patches until the next
merge window is fine with me.
Please consider including these patches in the upstream kernel.
Thanks,
Bart.
[mkp: Applied patches #1 and #2 to 6.18/scsi-fixes]
Link: https://patch.msgid.link/20251014200118.3390839-1-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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ufs/ufshci.h b/include/ufs/ufshci.h index bfc5401a9a0a..d36df24242a3 100644 --- a/include/ufs/ufshci.h +++ b/include/ufs/ufshci.h @@ -83,12 +83,14 @@ enum { }; enum { + /* Submission Queue (SQ) Configuration Registers */ REG_SQATTR = 0x0, REG_SQLBA = 0x4, REG_SQUBA = 0x8, REG_SQDAO = 0xC, REG_SQISAO = 0x10, + /* Completion Queue (CQ) Configuration Registers */ REG_CQATTR = 0x20, REG_CQLBA = 0x24, REG_CQUBA = 0x28, @@ -96,6 +98,7 @@ enum { REG_CQISAO = 0x30, }; +/* Operation and Runtime Registers - Submission Queues and Completion Queues */ enum { REG_SQHP = 0x0, REG_SQTP = 0x4, |
