Lines Matching defs:offset
79 unsigned int offset;
83 * if yes, then offset gives index in the reg-layout
95 .offset = o, \
102 .offset = o, \
110 .offset = o, \
1972 static inline void qphy_setbits(void __iomem *base, u32 offset, u32 val)
1976 reg = readl(base + offset);
1978 writel(reg, base + offset);
1981 readl(base + offset);
1984 static inline void qphy_clrbits(void __iomem *base, u32 offset, u32 val)
1988 reg = readl(base + offset);
1990 writel(reg, base + offset);
1993 readl(base + offset);
2607 writel(t->val, base + regs[t->offset]);
2609 writel(t->val, base + t->offset);
3764 * offset from the first lane.