Loading drivers/scsi/ufs/ufs-qcom.c +2 −2 Original line number Diff line number Diff line Loading @@ -1709,8 +1709,8 @@ static int ufs_qcom_apply_dev_quirks(struct ufs_hba *hba) spin_lock_irqsave(hba->host->host_lock, flags); /* Set the rpm auto suspend delay to 3s */ hba->host->hostt->rpm_autosuspend_delay = UFS_QCOM_AUTO_SUSPEND_DELAY; /* Set the default auto-hiberate idle timer value to 5ms */ hba->ahit = FIELD_PREP(UFSHCI_AHIBERN8_TIMER_MASK, 5) | /* Set the default auto-hiberate idle timer value to 10ms */ hba->ahit = FIELD_PREP(UFSHCI_AHIBERN8_TIMER_MASK, 10) | FIELD_PREP(UFSHCI_AHIBERN8_SCALE_MASK, 3); /* Set the clock gating delay to performance mode */ hba->clk_gating.delay_ms = UFS_QCOM_CLK_GATING_DELAY_MS_PERF; Loading Loading
drivers/scsi/ufs/ufs-qcom.c +2 −2 Original line number Diff line number Diff line Loading @@ -1709,8 +1709,8 @@ static int ufs_qcom_apply_dev_quirks(struct ufs_hba *hba) spin_lock_irqsave(hba->host->host_lock, flags); /* Set the rpm auto suspend delay to 3s */ hba->host->hostt->rpm_autosuspend_delay = UFS_QCOM_AUTO_SUSPEND_DELAY; /* Set the default auto-hiberate idle timer value to 5ms */ hba->ahit = FIELD_PREP(UFSHCI_AHIBERN8_TIMER_MASK, 5) | /* Set the default auto-hiberate idle timer value to 10ms */ hba->ahit = FIELD_PREP(UFSHCI_AHIBERN8_TIMER_MASK, 10) | FIELD_PREP(UFSHCI_AHIBERN8_SCALE_MASK, 3); /* Set the clock gating delay to performance mode */ hba->clk_gating.delay_ms = UFS_QCOM_CLK_GATING_DELAY_MS_PERF; Loading