nwidth 84 drivers/clk/clk-fractional-divider.c if (scale > fd->nwidth) nwidth 85 drivers/clk/clk-fractional-divider.c rate <<= scale - fd->nwidth; nwidth 88 drivers/clk/clk-fractional-divider.c GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0), nwidth 122 drivers/clk/clk-fractional-divider.c GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0), nwidth 157 drivers/clk/clk-fractional-divider.c void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, nwidth 180 drivers/clk/clk-fractional-divider.c fd->nwidth = nwidth; nwidth 181 drivers/clk/clk-fractional-divider.c fd->nmask = GENMASK(nwidth - 1, 0) << nshift; nwidth 199 drivers/clk/clk-fractional-divider.c void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, nwidth 205 drivers/clk/clk-fractional-divider.c reg, mshift, mwidth, nshift, nwidth, clk_divider_flags, nwidth 674 drivers/clk/clk-stm32h7.c u8 nwidth; nwidth 757 drivers/clk/clk-stm32h7.c mask = GENMASK(fd->nwidth - 1, 0) << fd->nshift; nwidth 822 drivers/clk/clk-stm32h7.c div->nwidth = 9; nwidth 58 drivers/clk/imx/clk-composite-7ulp.c fd->nwidth = PCG_PCD_WIDTH; nwidth 201 drivers/clk/rockchip/clk.c if (scale > fd->nwidth) nwidth 202 drivers/clk/rockchip/clk.c rate <<= scale - fd->nwidth; nwidth 205 drivers/clk/rockchip/clk.c GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0), nwidth 252 drivers/clk/rockchip/clk.c div->nwidth = 16; nwidth 253 drivers/clk/rockchip/clk.c div->nmask = GENMASK(div->nwidth - 1, 0) << div->nshift; nwidth 53 drivers/clk/sunxi/clk-factors.c if (config->nwidth != SUNXI_FACTORS_NOT_APPLICABLE) nwidth 54 drivers/clk/sunxi/clk-factors.c n = FACTOR_GET(config->nshift, config->nwidth, reg); nwidth 153 drivers/clk/sunxi/clk-factors.c reg = FACTOR_SET(config->nshift, config->nwidth, reg, req.n); nwidth 12 drivers/clk/sunxi/clk-factors.h u8 nwidth; nwidth 63 drivers/clk/sunxi/clk-sun9i-core.c .nwidth = 8, nwidth 417 drivers/clk/sunxi/clk-sunxi.c .nwidth = 5, nwidth 428 drivers/clk/sunxi/clk-sunxi.c .nwidth = 5, nwidth 438 drivers/clk/sunxi/clk-sunxi.c .nwidth = 5, nwidth 450 drivers/clk/sunxi/clk-sunxi.c .nwidth = 5, nwidth 457 drivers/clk/sunxi/clk-sunxi.c .nwidth = 5, nwidth 2596 drivers/video/fbdev/cirrusfb.c u_short nwidth, u_short nheight, nwidth 2613 drivers/video/fbdev/cirrusfb.c vga_wgfx(regbase, CL_GR20, nwidth & 0xff); nwidth 2615 drivers/video/fbdev/cirrusfb.c vga_wgfx(regbase, CL_GR21, nwidth >> 8); nwidth 2661 drivers/video/fbdev/cirrusfb.c u_short nwidth = width - 1; nwidth 2683 drivers/video/fbdev/cirrusfb.c nsrc += nheight * line_length + nwidth; nwidth 2684 drivers/video/fbdev/cirrusfb.c ndest += nheight * line_length + nwidth; nwidth 2689 drivers/video/fbdev/cirrusfb.c cirrusfb_set_blitter(regbase, nwidth, nheight, nwidth 1012 drivers/video/fbdev/tgafb.c unsigned long nwidth = width & -2048; nwidth 1019 drivers/video/fbdev/tgafb.c for (j = 0; j < nwidth; j += 2048) nwidth 648 include/linux/clk-provider.h u8 nwidth; nwidth 665 include/linux/clk-provider.h void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, nwidth 669 include/linux/clk-provider.h void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth,