Searched refs:dev_ref_clk_ctrl_mmio (Results 1 – 2 of 2) sorted by relevance
150 phy_common->dev_ref_clk_ctrl_mmio = devm_ioremap_resource(dev, res); in ufs_qcom_phy_base_init()151 if (IS_ERR((void const *)phy_common->dev_ref_clk_ctrl_mmio)) in ufs_qcom_phy_base_init()152 phy_common->dev_ref_clk_ctrl_mmio = NULL; in ufs_qcom_phy_base_init()484 if (phy->dev_ref_clk_ctrl_mmio && in ufs_qcom_phy_dev_ref_clk_ctrl()486 u32 temp = readl_relaxed(phy->dev_ref_clk_ctrl_mmio); in ufs_qcom_phy_dev_ref_clk_ctrl()501 writel_relaxed(temp, phy->dev_ref_clk_ctrl_mmio); in ufs_qcom_phy_dev_ref_clk_ctrl()
87 void __iomem *dev_ref_clk_ctrl_mmio; member