scsi: ufs: Change HCI macro to actual bit position
authorAlim Akhtar <alim.akhtar@samsung.com>
Tue, 3 Oct 2017 15:21:22 +0000 (20:51 +0530)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 11 Oct 2017 17:44:31 +0000 (13:44 -0400)
commitcc81641a45252084878034620bcf80e15c9f9580
tree2899419113065f01709dc66f6cf306864285146b
parentf6cab3452b8297cef628f2e9ecb4d0bd2b6b76dc
scsi: ufs: Change HCI macro to actual bit position

Currently UFS HCI uses UFS_BIT() macro to get various bit position for
the hardware registers status bits. Which makes code longer instead of
shorter. This macro does not improve code readability as well.  Lets
re-write these macro definition with the actual bit position.

Suggested-by: Bart Van Assche <Bart.VanAssche@wdc.com>
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/ufs/ufshcd.h
drivers/scsi/ufs/ufshci.h