Home
last modified time | relevance | path

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

/linux-6.15/drivers/ufs/host/
H A Dufs-qcom.c709 unsigned long gating_wait; in ufs_qcom_dev_ref_clk_ctrl() local
711 gating_wait = host->hba->dev_info.clk_gating_wait_us; in ufs_qcom_dev_ref_clk_ctrl()
712 if (!gating_wait) { in ufs_qcom_dev_ref_clk_ctrl()
722 gating_wait += 10; in ufs_qcom_dev_ref_clk_ctrl()
723 usleep_range(gating_wait, gating_wait + 10); in ufs_qcom_dev_ref_clk_ctrl()
/linux-6.15/drivers/ufs/core/
H A Dufshcd.c3822 u32 gating_wait = UFSHCD_REF_CLK_GATING_WAIT_US; in ufshcd_get_ref_clk_gating_wait() local
3827 &gating_wait); in ufshcd_get_ref_clk_gating_wait()
3830 err, gating_wait); in ufshcd_get_ref_clk_gating_wait()
3832 if (gating_wait == 0) { in ufshcd_get_ref_clk_gating_wait()
3833 gating_wait = UFSHCD_REF_CLK_GATING_WAIT_US; in ufshcd_get_ref_clk_gating_wait()
3835 gating_wait); in ufshcd_get_ref_clk_gating_wait()
3838 hba->dev_info.clk_gating_wait_us = gating_wait; in ufshcd_get_ref_clk_gating_wait()