Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufs-qcom.c661 unsigned long gating_wait; in ufs_qcom_dev_ref_clk_ctrl() local
663 gating_wait = host->hba->dev_info.clk_gating_wait_us; in ufs_qcom_dev_ref_clk_ctrl()
664 if (!gating_wait) { in ufs_qcom_dev_ref_clk_ctrl()
674 gating_wait += 10; in ufs_qcom_dev_ref_clk_ctrl()
675 usleep_range(gating_wait, gating_wait + 10); in ufs_qcom_dev_ref_clk_ctrl()
H A Dufshcd.c3531 u32 gating_wait = UFSHCD_REF_CLK_GATING_WAIT_US; in ufshcd_get_ref_clk_gating_wait() local
3536 &gating_wait); in ufshcd_get_ref_clk_gating_wait()
3539 err, gating_wait); in ufshcd_get_ref_clk_gating_wait()
3541 if (gating_wait == 0) { in ufshcd_get_ref_clk_gating_wait()
3542 gating_wait = UFSHCD_REF_CLK_GATING_WAIT_US; in ufshcd_get_ref_clk_gating_wait()
3544 gating_wait); in ufshcd_get_ref_clk_gating_wait()
3547 hba->dev_info.clk_gating_wait_us = gating_wait; in ufshcd_get_ref_clk_gating_wait()