Searched refs:mwidth (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/clk/ |
| A D | clk-fractional-divider.c | 89 mmask = GENMASK(fd->mwidth - 1, 0) << fd->mshift; in clk_fd_get_div() 143 max_m = BIT(fd->mwidth); in clk_fractional_divider_general_approximation() 146 max_m = GENMASK(fd->mwidth - 1, 0); in clk_fractional_divider_general_approximation() 185 max_m = BIT(fd->mwidth); in clk_fd_set_rate() 188 max_m = GENMASK(fd->mwidth - 1, 0); in clk_fd_set_rate() 198 mmask = GENMASK(fd->mwidth - 1, 0) << fd->mshift; in clk_fd_set_rate() 263 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, in clk_hw_register_fractional_divider() argument 283 fd->mwidth = mwidth; in clk_hw_register_fractional_divider() 303 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, in clk_register_fractional_divider() argument 309 reg, mshift, mwidth, nshift, nwidth, clk_divider_flags, in clk_register_fractional_divider()
|
| A D | clk-fractional-divider_test.c | 24 fd->mwidth = 3; in clk_fd_test_approximation_max_denominator() 53 fd->mwidth = 3; in clk_fd_test_approximation_max_numerator() 83 fd->mwidth = 3; in clk_fd_test_approximation_max_denominator_zero_based() 113 fd->mwidth = 3; in clk_fd_test_approximation_max_numerator_zero_based()
|
| A D | clk-stm32h7.c | 669 u8 mwidth; member 752 mask = GENMASK(fd->mwidth - 1, 0) << fd->mshift; in pll_fd_recalc_rate() 818 div->mwidth = 6; in clk_register_stm32_pll()
|
| /linux/drivers/clk/sunxi/ |
| A D | clk-sun9i-core.c | 61 .mwidth = 1, 118 .mwidth = 2, 254 .mwidth = 5,
|
| A D | clk-sunxi.c | 421 .mwidth = 2, 432 .mwidth = 2, 442 .mwidth = 2, 470 .mwidth = 2, 477 .mwidth = 5, 485 .mwidth = 5, 1140 .mwidth = 4,
|
| A 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()
|
| A D | clk-factors.h | 16 u8 mwidth; member
|
| A D | clk-sun6i-ar100.c | 56 .mwidth = 5,
|
| A D | clk-mod0.c | 53 .mwidth = 4,
|
| /linux/drivers/clk/imx/ |
| A D | clk-composite-7ulp.c | 109 fd->mwidth = PCG_FRAC_WIDTH; in imx_ulp_clk_hw_composite()
|
| /linux/include/linux/ |
| A D | clk-provider.h | 1195 u8 mwidth; member 1213 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, 1217 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth,
|
| /linux/drivers/clk/rockchip/ |
| A D | clk.c | 246 div->mwidth = 16; in rockchip_clk_register_frac_branch()
|
| /linux/drivers/video/fbdev/aty/ |
| A D | atyfb_base.c | 3305 u16 mwidth, mheight, lcd_hsync_start, lcd_vsync_start; in aty_init_lcd() local 3308 mwidth = *((u16 *)(modeptr+0)); in aty_init_lcd() 3311 if (mwidth == width && mheight == height) { in aty_init_lcd()
|
Completed in 32 milliseconds