Lines Matching defs:base
61 if (index >= ARRAY_SIZE(ur->base))
64 return ur->base[index];
71 void __iomem *base = u8500_prcc_reset_base(ur, id);
80 writel(BIT(bit), base + PRCC_K_SOFTRST_CLEAR);
82 writel(BIT(bit), base + PRCC_K_SOFTRST_SET);
92 void __iomem *base = u8500_prcc_reset_base(ur, id);
96 writel(BIT(bit), base + PRCC_K_SOFTRST_CLEAR);
105 void __iomem *base = u8500_prcc_reset_base(ur, id);
109 writel(BIT(bit), base + PRCC_K_SOFTRST_SET);
118 void __iomem *base = u8500_prcc_reset_base(ur, id);
123 val = readl(base + PRCC_K_RST_STATUS);
166 ur->base[i] = ioremap(ur->phy_base[i], SZ_4K);
167 if (!ur->base[i])
168 pr_err("PRCC failed to remap for reset base %d (%08x)\n",