Searched refs:nwidth (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/clk/ |
A D | clk-fractional-divider.c | 133 if (scale > fd->nwidth) in clk_fractional_divider_general_approximation() 134 rate <<= scale - fd->nwidth; in clk_fractional_divider_general_approximation() 138 GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0), in clk_fractional_divider_general_approximation() 172 GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0), in clk_fd_set_rate() 242 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, in clk_hw_register_fractional_divider() argument 265 fd->nwidth = nwidth; in clk_hw_register_fractional_divider() 266 fd->nmask = GENMASK(nwidth - 1, 0) << nshift; in clk_hw_register_fractional_divider() 284 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, in clk_register_fractional_divider() argument 290 reg, mshift, mwidth, nshift, nwidth, clk_divider_flags, in clk_register_fractional_divider()
|
A D | clk-stm32h7.c | 674 u8 nwidth; member 757 mask = GENMASK(fd->nwidth - 1, 0) << fd->nshift; in pll_fd_recalc_rate() 822 div->nwidth = 9; in clk_register_stm32_pll()
|
/linux-6.3-rc2/drivers/clk/sunxi/ |
A D | clk-factors.c | 53 if (config->nwidth != SUNXI_FACTORS_NOT_APPLICABLE) in clk_factors_recalc_rate() 54 n = FACTOR_GET(config->nshift, config->nwidth, reg); in clk_factors_recalc_rate() 153 reg = FACTOR_SET(config->nshift, config->nwidth, reg, req.n); in clk_factors_set_rate()
|
A D | clk-sunxi.c | 417 .nwidth = 5, 428 .nwidth = 5, 438 .nwidth = 5, 450 .nwidth = 5, 457 .nwidth = 5,
|
A D | clk-factors.h | 12 u8 nwidth; member
|
A D | clk-sun9i-core.c | 63 .nwidth = 8,
|
/linux-6.3-rc2/drivers/clk/imx/ |
A D | clk-composite-7ulp.c | 107 fd->nwidth = PCG_PCD_WIDTH; in imx_ulp_clk_hw_composite()
|
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | cirrusfb.c | 2598 u_short nwidth, u_short nheight, in cirrusfb_set_blitter() argument 2615 vga_wgfx(regbase, CL_GR20, nwidth & 0xff); in cirrusfb_set_blitter() 2617 vga_wgfx(regbase, CL_GR21, nwidth >> 8); in cirrusfb_set_blitter() 2663 u_short nwidth = width - 1; in cirrusfb_BitBLT() local 2685 nsrc += nheight * line_length + nwidth; in cirrusfb_BitBLT() 2686 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT() 2691 cirrusfb_set_blitter(regbase, nwidth, nheight, in cirrusfb_BitBLT()
|
A D | tgafb.c | 1020 unsigned long nwidth = width & -2048; local 1027 for (j = 0; j < nwidth; j += 2048)
|
/linux-6.3-rc2/drivers/clk/rockchip/ |
A D | clk.c | 249 div->nwidth = 16; in rockchip_clk_register_frac_branch() 250 div->nmask = GENMASK(div->nwidth - 1, 0) << div->nshift; in rockchip_clk_register_frac_branch()
|
/linux-6.3-rc2/include/linux/ |
A D | clk-provider.h | 1140 u8 nwidth; member 1157 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, 1161 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth,
|
Completed in 30 milliseconds