Searched refs:mwidth (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/drivers/clk/ |
D | clk-fractional-divider.c | 69 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()
|
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-4.19.296/drivers/clk/sunxi/ |
D | clk-sun9i-core.c | 70 .mwidth = 1, 127 .mwidth = 2, 263 .mwidth = 5,
|
D | clk-sunxi.c | 429 .mwidth = 2, 440 .mwidth = 2, 450 .mwidth = 2, 478 .mwidth = 2, 485 .mwidth = 5, 493 .mwidth = 5, 1157 .mwidth = 4,
|
D | clk-factors.c | 60 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()
|
D | clk-factors.h | 16 u8 mwidth; member
|
D | clk-sun6i-ar100.c | 57 .mwidth = 5,
|
D | clk-mod0.c | 61 .mwidth = 4,
|
/linux-4.19.296/drivers/clk/rockchip/ |
D | clk.c | 210 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/ |
D | clk-provider.h | 602 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,
|