Lines Matching refs:reg
21 void __iomem *reg;
43 unsigned int reg;
79 unsigned int shift, reg, width;
86 u32 parent_idx = (readl(cpg->reg + CPG_CKSCR) >> 28) & 3;
91 void __iomem *enable_reg = cpg->reg;
111 if (readl(cpg->reg + CPG_PLLECR) & BIT(enable_bit)) {
120 void __iomem *dsi_reg = cpg->reg +
132 reg = CPG_FRQCRB;
142 reg = c->reg;
157 cpg->reg + reg, shift, width, 0,
189 cpg->reg = of_iomap(np, 0);
190 if (WARN_ON(cpg->reg == NULL))
194 writel(0x108, cpg->reg + CPG_SD0CKCR);
195 writel(0x108, cpg->reg + CPG_SD1CKCR);
196 writel(0x108, cpg->reg + CPG_SD2CKCR);