Lines Matching refs:nwidth
81 * by (scale - fd->nwidth) bits.
84 if (scale > fd->nwidth)
85 rate <<= scale - fd->nwidth;
88 GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0),
122 GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0),
157 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth,
180 fd->nwidth = nwidth;
181 fd->nmask = GENMASK(nwidth - 1, 0) << nshift;
199 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth,
205 reg, mshift, mwidth, nshift, nwidth, clk_divider_flags,