Searched refs:gating_wait (Results 1 – 2 of 2) sorted by relevance
804 unsigned long gating_wait; in ufs_qcom_dev_ref_clk_ctrl() local806 gating_wait = host->hba->dev_info.clk_gating_wait_us; in ufs_qcom_dev_ref_clk_ctrl()807 if (!gating_wait) { in ufs_qcom_dev_ref_clk_ctrl()817 gating_wait += 10; in ufs_qcom_dev_ref_clk_ctrl()818 usleep_range(gating_wait, gating_wait + 10); in ufs_qcom_dev_ref_clk_ctrl()
3710 u32 gating_wait = UFSHCD_REF_CLK_GATING_WAIT_US; in ufshcd_get_ref_clk_gating_wait() local3715 &gating_wait); in ufshcd_get_ref_clk_gating_wait()3718 err, gating_wait); in ufshcd_get_ref_clk_gating_wait()3720 if (gating_wait == 0) { in ufshcd_get_ref_clk_gating_wait()3721 gating_wait = UFSHCD_REF_CLK_GATING_WAIT_US; in ufshcd_get_ref_clk_gating_wait()3723 gating_wait); in ufshcd_get_ref_clk_gating_wait()3726 hba->dev_info.clk_gating_wait_us = gating_wait; in ufshcd_get_ref_clk_gating_wait()