Lines Matching defs:base
75 void __iomem *base, const char *name)
85 u32 parent_idx = (readl(base + CPG_CKSCR) >> 28) & 3;
90 void __iomem *enable_reg = base;
110 if (readl(base + CPG_PLLECR) & BIT(enable_bit)) {
119 void __iomem *dsi_reg = base +
156 base + reg, shift, width, 0,
164 void __iomem *base;
189 base = of_iomap(np, 0);
190 if (WARN_ON(base == NULL))
194 writel(0x108, base + CPG_SD0CKCR);
195 writel(0x108, base + CPG_SD1CKCR);
196 writel(0x108, base + CPG_SD2CKCR);
205 clk = sh73a0_cpg_register_clock(np, cpg, base, name);