Lines Matching defs:base
30 /* Vendor base starts at 0x200 beyond CI base */
45 void __iomem *base;
52 void __iomem *addr = ci_msm->base;
91 u32 val = readl_relaxed(msm_ci->base + HS_PHY_SEC_CTRL);
93 writel_relaxed(val, msm_ci->base + HS_PHY_SEC_CTRL);
164 val = readl_relaxed(ci->base + HS_PHY_SEC_CTRL);
166 writel_relaxed(val, ci->base + HS_PHY_SEC_CTRL);
211 ci->base = devm_platform_ioremap_resource(pdev, 1);
212 if (IS_ERR(ci->base))
213 return PTR_ERR(ci->base);