Searched refs:dev_ref_clk_ctrl_mmio (Results 1 – 2 of 2) sorted by relevance
652 if (host->dev_ref_clk_ctrl_mmio && in ufs_qcom_dev_ref_clk_ctrl()654 u32 temp = readl_relaxed(host->dev_ref_clk_ctrl_mmio); in ufs_qcom_dev_ref_clk_ctrl()686 writel_relaxed(temp, host->dev_ref_clk_ctrl_mmio); in ufs_qcom_dev_ref_clk_ctrl()692 readl(host->dev_ref_clk_ctrl_mmio); in ufs_qcom_dev_ref_clk_ctrl()1036 host->dev_ref_clk_ctrl_mmio = hba->mmio_base + REG_UFS_CFG1; in ufs_qcom_init()1043 host->dev_ref_clk_ctrl_mmio = in ufs_qcom_init()1045 if (IS_ERR(host->dev_ref_clk_ctrl_mmio)) in ufs_qcom_init()1046 host->dev_ref_clk_ctrl_mmio = NULL; in ufs_qcom_init()
206 void __iomem *dev_ref_clk_ctrl_mmio; member