Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6809250d authored by Bao D. Nguyen's avatar Bao D. Nguyen
Browse files

scsi: ufs: Correct H8_ENTER_COND_MASK



Correct the parameters passed to GENMASK macro
for H8_ENTER_COND_MASK.

Change-Id: If9997c7fb18d28aacce58697666c1c36a56b9a68
Signed-off-by: default avatarBao D. Nguyen <nguyenb@codeaurora.org>
parent 5fd6cfbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ enum ufs_qcom_phy_init_type {
#define BIT_TX_EOB_COND         BIT(23)
#define PA_VS_CONFIG_REG2       0x9005
#define H8_ENTER_COND_OFFSET 0x6
#define H8_ENTER_COND_MASK GENMASK(6, 7)
#define H8_ENTER_COND_MASK GENMASK(7, 6)
#define BIT_RX_EOB_COND		BIT(5)
#define BIT_LINKCFG_WAIT_LL1_RX_CFG_RDY BIT(26)
#define SAVECONFIGTIME_MODE_MASK        0x6000