Lines Matching defs:shift
16 * @shift: the divider bit shift18 * @busy: busy bit shift26 u8 shift;40 div = readl_relaxed(frac->reg) >> frac->shift;95 val &= ~(((1 << frac->width) - 1) << frac->shift);96 val |= div << frac->shift;111 void __iomem *reg, u8 shift, u8 width, u8 busy)128 frac->shift = shift;