Searched refs:dev_ref_clk_ctrl_mmio (Results 1 – 2 of 2) sorted by relevance
788 if (host->dev_ref_clk_ctrl_mmio && in ufs_qcom_dev_ref_clk_ctrl()790 u32 temp = readl_relaxed(host->dev_ref_clk_ctrl_mmio); in ufs_qcom_dev_ref_clk_ctrl()822 writel_relaxed(temp, host->dev_ref_clk_ctrl_mmio); in ufs_qcom_dev_ref_clk_ctrl()828 readl(host->dev_ref_clk_ctrl_mmio); in ufs_qcom_dev_ref_clk_ctrl()1244 host->dev_ref_clk_ctrl_mmio = hba->mmio_base + REG_UFS_CFG1; in ufs_qcom_init()1251 host->dev_ref_clk_ctrl_mmio = in ufs_qcom_init()1253 if (IS_ERR(host->dev_ref_clk_ctrl_mmio)) in ufs_qcom_init()1254 host->dev_ref_clk_ctrl_mmio = NULL; in ufs_qcom_init()
216 void __iomem *dev_ref_clk_ctrl_mmio; member