Searched refs:dev_ref_clk_ctrl_mmio (Results 1 – 2 of 2) sorted by relevance
782 if (host->dev_ref_clk_ctrl_mmio && in ufs_qcom_dev_ref_clk_ctrl()784 u32 temp = readl_relaxed(host->dev_ref_clk_ctrl_mmio); in ufs_qcom_dev_ref_clk_ctrl()816 writel_relaxed(temp, host->dev_ref_clk_ctrl_mmio); in ufs_qcom_dev_ref_clk_ctrl()822 readl(host->dev_ref_clk_ctrl_mmio); in ufs_qcom_dev_ref_clk_ctrl()1233 host->dev_ref_clk_ctrl_mmio = hba->mmio_base + REG_UFS_CFG1; in ufs_qcom_init()1240 host->dev_ref_clk_ctrl_mmio = in ufs_qcom_init()1242 if (IS_ERR(host->dev_ref_clk_ctrl_mmio)) in ufs_qcom_init()1243 host->dev_ref_clk_ctrl_mmio = NULL; in ufs_qcom_init()
216 void __iomem *dev_ref_clk_ctrl_mmio; member