/openbmc/linux/drivers/clk/ |
H A D | clk-fractional-divider.c | 89 mmask = GENMASK(fd->mwidth - 1, 0) << fd->mshift; in clk_fd_get_div() 142 GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0), in clk_fractional_divider_general_approximation() 177 GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0), in clk_fd_set_rate() 190 mmask = GENMASK(fd->mwidth - 1, 0) << fd->mshift; in clk_fd_set_rate() 250 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, in clk_hw_register_fractional_divider() argument 270 fd->mwidth = mwidth; in clk_hw_register_fractional_divider() 290 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, in clk_register_fractional_divider() argument 296 reg, mshift, mwidth, nshift, nwidth, clk_divider_flags, in clk_register_fractional_divider()
|
H 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()
|
/openbmc/linux/drivers/clk/sunxi/ |
H A D | clk-sun9i-core.c | 61 .mwidth = 1, 118 .mwidth = 2, 254 .mwidth = 5,
|
H A 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,
|
H 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()
|
H A D | clk-factors.h | 16 u8 mwidth; member
|
H A D | clk-sun6i-ar100.c | 56 .mwidth = 5,
|
H A D | clk-mod0.c | 53 .mwidth = 4,
|
/openbmc/linux/drivers/clk/imx/ |
H A D | clk-composite-7ulp.c | 109 fd->mwidth = PCG_FRAC_WIDTH; in imx_ulp_clk_hw_composite()
|
/openbmc/linux/include/linux/ |
H A D | clk-provider.h | 1157 u8 mwidth; member 1175 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, 1179 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth,
|
/openbmc/linux/drivers/clk/rockchip/ |
H A D | clk.c | 246 div->mwidth = 16; in rockchip_clk_register_frac_branch()
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 3302 u16 mwidth, mheight, lcd_hsync_start, lcd_vsync_start; in aty_init_lcd() local 3305 mwidth = *((u16 *)(modeptr+0)); in aty_init_lcd() 3308 if (mwidth == width && mheight == height) { in aty_init_lcd()
|