Searched refs:dev_ref_clk_ctrl_mmio (Results 1 – 4 of 4) sorted by relevance
764 if (host->dev_ref_clk_ctrl_mmio && in ufs_qcom_dev_ref_clk_ctrl()766 u32 temp = readl_relaxed(host->dev_ref_clk_ctrl_mmio); in ufs_qcom_dev_ref_clk_ctrl()782 writel_relaxed(temp, host->dev_ref_clk_ctrl_mmio); in ufs_qcom_dev_ref_clk_ctrl()1162 host->dev_ref_clk_ctrl_mmio = hba->mmio_base + REG_UFS_CFG1; in ufs_qcom_init()1168 host->dev_ref_clk_ctrl_mmio = in ufs_qcom_init()1170 if (IS_ERR(host->dev_ref_clk_ctrl_mmio)) { in ufs_qcom_init()1174 PTR_ERR(host->dev_ref_clk_ctrl_mmio)); in ufs_qcom_init()1175 host->dev_ref_clk_ctrl_mmio = NULL; in ufs_qcom_init()
226 void __iomem *dev_ref_clk_ctrl_mmio; member
61 void __iomem *dev_ref_clk_ctrl_mmio; member
95 phy_common->dev_ref_clk_ctrl_mmio = devm_ioremap_resource(dev, res); in ufs_qcom_phy_base_init()96 if (IS_ERR((void const *)phy_common->dev_ref_clk_ctrl_mmio)) in ufs_qcom_phy_base_init()97 phy_common->dev_ref_clk_ctrl_mmio = NULL; in ufs_qcom_phy_base_init()