Lines Matching defs:width
17 * @width: the divider bit width
27 u8 width;
41 div &= (1 << frac->width) - 1;
44 return tmp_rate >> frac->width;
59 tmp <<= frac->width;
67 result = tmp_rate >> frac->width;
68 if ((result << frac->width) < tmp_rate)
85 tmp <<= frac->width;
95 val &= ~(((1 << frac->width) - 1) << frac->shift);
111 void __iomem *reg, u8 shift, u8 width, u8 busy)
129 frac->width = width;