Searched refs:nwidth (Results 1 - 6 of 6) sorted by relevance

/drivers/clk/sunxi/
H A Dclk-factors.h14 u8 nwidth; member in struct:clk_factors_config
H A Dclk-factors.c57 if (config->nwidth != SUNXI_FACTORS_NOT_APPLICABLE)
58 n = FACTOR_GET(config->nshift, config->nwidth, reg);
135 reg = FACTOR_SET(config->nshift, config->nwidth, reg, n);
H A Dclk-sunxi.c406 .nwidth = 5,
417 .nwidth = 5,
426 .nwidth = 5,
438 .nwidth = 5,
445 .nwidth = 5,
/drivers/clk/
H A Dclk-fractional-divider.c101 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth,
124 fd->nmask = (BIT(nwidth) - 1) << nshift;
99 clk_register_fractional_divider(struct device *dev, const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, u8 clk_divider_flags, spinlock_t *lock) argument
/drivers/video/fbdev/
H A Dcirrusfb.c2597 u_short nwidth, u_short nheight,
2614 vga_wgfx(regbase, CL_GR20, nwidth & 0xff);
2616 vga_wgfx(regbase, CL_GR21, nwidth >> 8);
2662 u_short nwidth = width - 1; local
2684 nsrc += nheight * line_length + nwidth;
2685 ndest += nheight * line_length + nwidth;
2690 cirrusfb_set_blitter(regbase, nwidth, nheight,
2596 cirrusfb_set_blitter(u8 __iomem *regbase, u_short nwidth, u_short nheight, u_long nsrc, u_long ndest, u_short bltmode, u_short line_length) argument
H A Dtgafb.c1012 unsigned long nwidth = width & -2048; local
1019 for (j = 0; j < nwidth; j += 2048)

Completed in 133 milliseconds