Searched refs:nwidth (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/clk/sunxi/ |
D | clk-factors.c | 57 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()
|
D | clk-factors.h | 12 u8 nwidth; member
|
D | clk-sunxi.c | 612 .nwidth = 5, 623 .nwidth = 5, 633 .nwidth = 5, 645 .nwidth = 5, 652 .nwidth = 5,
|
D | clk-sun9i-core.c | 78 .nwidth = 8,
|
/linux-4.1.27/drivers/clk/ |
D | clk-fractional-divider.c | 104 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/ |
D | cirrusfb.c | 2597 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()
|
D | tgafb.c | 1012 unsigned long nwidth = width & -2048; local 1019 for (j = 0; j < nwidth; j += 2048)
|
/linux-4.1.27/include/linux/ |
D | clk-provider.h | 493 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth,
|