Home
last modified time | relevance | path

Searched refs:gating_wait (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/ufs/host/
Dufs-qcom.c645 unsigned long gating_wait; in ufs_qcom_dev_ref_clk_ctrl() local
647 gating_wait = host->hba->dev_info.clk_gating_wait_us; in ufs_qcom_dev_ref_clk_ctrl()
648 if (!gating_wait) { in ufs_qcom_dev_ref_clk_ctrl()
658 gating_wait += 10; in ufs_qcom_dev_ref_clk_ctrl()
659 usleep_range(gating_wait, gating_wait + 10); in ufs_qcom_dev_ref_clk_ctrl()
/Linux-v6.1/drivers/ufs/core/
Dufshcd.c3619 u32 gating_wait = UFSHCD_REF_CLK_GATING_WAIT_US; in ufshcd_get_ref_clk_gating_wait() local
3624 &gating_wait); in ufshcd_get_ref_clk_gating_wait()
3627 err, gating_wait); in ufshcd_get_ref_clk_gating_wait()
3629 if (gating_wait == 0) { in ufshcd_get_ref_clk_gating_wait()
3630 gating_wait = UFSHCD_REF_CLK_GATING_WAIT_US; in ufshcd_get_ref_clk_gating_wait()
3632 gating_wait); in ufshcd_get_ref_clk_gating_wait()
3635 hba->dev_info.clk_gating_wait_us = gating_wait; in ufshcd_get_ref_clk_gating_wait()