Lines Matching defs:reg
16 * @reg: PFD register address
25 void __iomem *reg;
39 writel_relaxed(1 << ((pfd->idx + 1) * 8 - 1), pfd->reg + CLR);
48 writel_relaxed(1 << ((pfd->idx + 1) * 8 - 1), pfd->reg + SET);
56 u8 frac = (readl_relaxed(pfd->reg) >> (pfd->idx * 8)) & 0x3f;
99 writel_relaxed(0x3f << (pfd->idx * 8), pfd->reg + CLR);
100 writel_relaxed(frac << (pfd->idx * 8), pfd->reg + SET);
109 if (readl_relaxed(pfd->reg) & (1 << ((pfd->idx + 1) * 8 - 1)))
125 void __iomem *reg, u8 idx)
136 pfd->reg = reg;