Home
last modified time | relevance | path

Searched refs:nwidth (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/clk/sunxi/
Dclk-factors.c57 if (config->nwidth != SUNXI_FACTORS_NOT_APPLICABLE) in clk_factors_recalc_rate()
58 n = FACTOR_GET(config->nshift, config->nwidth, reg); in clk_factors_recalc_rate()
137 reg = FACTOR_SET(config->nshift, config->nwidth, reg, n); in clk_factors_set_rate()
Dclk-factors.h12 u8 nwidth; member
Dclk-sunxi.c612 .nwidth = 5,
623 .nwidth = 5,
633 .nwidth = 5,
645 .nwidth = 5,
652 .nwidth = 5,
Dclk-sun9i-core.c78 .nwidth = 8,
/linux-4.1.27/drivers/clk/
Dclk-fractional-divider.c104 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, in clk_register_fractional_divider() argument
127 fd->nmask = (BIT(nwidth) - 1) << nshift; in clk_register_fractional_divider()
/linux-4.1.27/drivers/video/fbdev/
Dcirrusfb.c2597 u_short nwidth, u_short nheight, in cirrusfb_set_blitter() argument
2614 vga_wgfx(regbase, CL_GR20, nwidth & 0xff); in cirrusfb_set_blitter()
2616 vga_wgfx(regbase, CL_GR21, nwidth >> 8); in cirrusfb_set_blitter()
2662 u_short nwidth = width - 1; in cirrusfb_BitBLT() local
2684 nsrc += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2685 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2690 cirrusfb_set_blitter(regbase, nwidth, nheight, in cirrusfb_BitBLT()
Dtgafb.c1012 unsigned long nwidth = width & -2048; local
1019 for (j = 0; j < nwidth; j += 2048)
/linux-4.1.27/include/linux/
Dclk-provider.h493 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth,