Searched refs:mwidth (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.4/drivers/clk/ | 
| D | clk-fractional-divider.c | 88 			GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0),  in clk_fd_general_approximation() 122 			GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0),  in clk_fd_set_rate() 157 		void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth,  in clk_hw_register_fractional_divider()  argument 177 	fd->mwidth = mwidth;  in clk_hw_register_fractional_divider() 178 	fd->mmask = GENMASK(mwidth - 1, 0) << mshift;  in clk_hw_register_fractional_divider() 199 		void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth,  in clk_register_fractional_divider()  argument 205 			reg, mshift, mwidth, nshift, nwidth, clk_divider_flags,  in clk_register_fractional_divider()
  | 
| D | clk-stm32h7.c | 669 	u8		mwidth;  member 753 	mask = GENMASK(fd->mwidth - 1, 0) << fd->mshift;  in pll_fd_recalc_rate() 819 	div->mwidth = 6;  in clk_register_stm32_pll()
  | 
| /Linux-v5.4/drivers/clk/sunxi/ | 
| D | clk-sun9i-core.c | 61 	.mwidth = 1, 118 	.mwidth = 2, 254 	.mwidth = 5,
  | 
| D | clk-sunxi.c | 421 	.mwidth = 2, 432 	.mwidth = 2, 442 	.mwidth = 2, 470 	.mwidth = 2, 477 	.mwidth = 5, 485 	.mwidth = 5, 1151 	.mwidth = 4,
  | 
| D | clk-factors.c | 57 	if (config->mwidth != SUNXI_FACTORS_NOT_APPLICABLE)  in clk_factors_recalc_rate() 58 		m = FACTOR_GET(config->mshift, config->mwidth, reg);  in clk_factors_recalc_rate() 155 	reg = FACTOR_SET(config->mshift, config->mwidth, reg, req.m);  in clk_factors_set_rate()
  | 
| D | clk-factors.h | 16 	u8 mwidth;  member
  | 
| D | clk-sun6i-ar100.c | 56 	.mwidth = 5,
  | 
| D | clk-mod0.c | 53 	.mwidth = 4,
  | 
| /Linux-v5.4/drivers/clk/imx/ | 
| D | clk-composite-7ulp.c | 55 		fd->mwidth = PCG_FRAC_WIDTH;  in imx7ulp_clk_composite()
  | 
| /Linux-v5.4/drivers/clk/rockchip/ | 
| D | clk.c | 205 			GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0),  in rockchip_fractional_approximation() 249 	div->mwidth = 16;  in rockchip_clk_register_frac_branch() 250 	div->mmask = GENMASK(div->mwidth - 1, 0) << div->mshift;  in rockchip_clk_register_frac_branch()
  | 
| /Linux-v5.4/include/linux/ | 
| D | clk-provider.h | 645 	u8		mwidth;  member 665 		void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, 669 		void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth,
  | 
| /Linux-v5.4/drivers/video/fbdev/aty/ | 
| D | atyfb_base.c | 3272 			u16 mwidth, mheight, lcd_hsync_start, lcd_vsync_start;  in aty_init_lcd()  local 3275 			mwidth = *((u16 *)(modeptr+0));  in aty_init_lcd() 3278 			if (mwidth == width && mheight == height) {  in aty_init_lcd()
  |