Home
last modified time | relevance | path

Searched refs:mwidth (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/drivers/clk/
Dclk-fractional-divider.c69 GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0), in clk_fd_general_approximation()
103 GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0), in clk_fd_set_rate()
133 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, in clk_hw_register_fractional_divider() argument
153 fd->mwidth = mwidth; in clk_hw_register_fractional_divider()
154 fd->mmask = GENMASK(mwidth - 1, 0) << mshift; in clk_hw_register_fractional_divider()
175 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, in clk_register_fractional_divider() argument
181 reg, mshift, mwidth, nshift, nwidth, clk_divider_flags, in clk_register_fractional_divider()
Dclk-stm32h7.c669 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-4.19.296/drivers/clk/sunxi/
Dclk-sun9i-core.c70 .mwidth = 1,
127 .mwidth = 2,
263 .mwidth = 5,
Dclk-sunxi.c429 .mwidth = 2,
440 .mwidth = 2,
450 .mwidth = 2,
478 .mwidth = 2,
485 .mwidth = 5,
493 .mwidth = 5,
1157 .mwidth = 4,
Dclk-factors.c60 if (config->mwidth != SUNXI_FACTORS_NOT_APPLICABLE) in clk_factors_recalc_rate()
61 m = FACTOR_GET(config->mshift, config->mwidth, reg); in clk_factors_recalc_rate()
158 reg = FACTOR_SET(config->mshift, config->mwidth, reg, req.m); in clk_factors_set_rate()
Dclk-factors.h16 u8 mwidth; member
Dclk-sun6i-ar100.c57 .mwidth = 5,
Dclk-mod0.c61 .mwidth = 4,
/linux-4.19.296/drivers/clk/rockchip/
Dclk.c210 GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0), in rockchip_fractional_approximation()
254 div->mwidth = 16; in rockchip_clk_register_frac_branch()
255 div->mmask = GENMASK(div->mwidth - 1, 0) << div->mshift; in rockchip_clk_register_frac_branch()
/linux-4.19.296/include/linux/
Dclk-provider.h602 u8 mwidth; member
619 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth,
623 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth,