/kernel/linux/linux-5.10/lib/math/ |
H A D | lcm.c | 5 #include <linux/lcm.h> 8 unsigned long lcm(unsigned long a, unsigned long b) in lcm() function 15 EXPORT_SYMBOL_GPL(lcm); variable 19 unsigned long l = lcm(a, b); in lcm_not_zero()
|
/kernel/linux/linux-6.6/lib/math/ |
H A D | lcm.c | 5 #include <linux/lcm.h> 8 unsigned long lcm(unsigned long a, unsigned long b) in lcm() function 15 EXPORT_SYMBOL_GPL(lcm); variable 19 unsigned long l = lcm(a, b); in lcm_not_zero()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | lcm.h | 7 unsigned long lcm(unsigned long a, unsigned long b) __attribute_const__;
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | lcm.h | 7 unsigned long lcm(unsigned long a, unsigned long b) __attribute_const__;
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | gss_krb5_keys.c | 62 #include <linux/lcm.h> 85 /* first compute lcm(n,k) */ in krb5_nfold() 86 ulcm = lcm(inbits, outbits); in krb5_nfold() 93 /* this will end up cycling through k lcm(k,n)/k times, which in krb5_nfold()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | smiapp-pll.c | 13 #include <linux/lcm.h> 220 more_mul_factor = lcm(div, pll->pre_pll_clk_div) / div; in __smiapp_pll_calculate() 222 more_mul_factor = lcm(more_mul_factor, op_limits->min_sys_clk_div); in __smiapp_pll_calculate()
|
H A D | aptina-pll.c | 11 #include <linux/lcm.h>
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | gss_krb5_keys.c | 62 #include <linux/lcm.h> 94 /* first compute lcm(n,k) */ in krb5_nfold() 95 ulcm = lcm(inbits, outbits); in krb5_nfold() 102 /* this will end up cycling through k lcm(k,n)/k times, which in krb5_nfold()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ccs-pll.c | 14 #include <linux/lcm.h> 653 more_mul_factor = lcm(div, op_pll_fr->pre_pll_clk_div) / div; in ccs_pll_calculate_op() 655 more_mul_factor = lcm(more_mul_factor, op_lim_bk->min_sys_clk_div); in ccs_pll_calculate_op()
|
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/ |
H A D | xilinx-dma.c | 13 #include <linux/lcm.h> 562 align = lcm(dma->align, info->bpp); in __xvip_dma_try_format()
|
/kernel/linux/linux-6.6/drivers/media/platform/xilinx/ |
H A D | xilinx-dma.c | 13 #include <linux/lcm.h> 543 align = lcm(dma->align, info->bpp); in __xvip_dma_try_format()
|
/kernel/linux/linux-5.10/sound/soc/atmel/ |
H A D | mchp-i2s-mcc.c | 18 #include <linux/lcm.h> 416 lcm_rate = lcm(sysclk, bclk); in mchp_i2s_mcc_config_divs()
|
/kernel/linux/linux-6.6/sound/soc/atmel/ |
H A D | mchp-i2s-mcc.c | 18 #include <linux/lcm.h> 438 lcm_rate = lcm(sysclk, bclk); in mchp_i2s_mcc_config_divs()
|
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas.h | 17 #include <linux/lcm.h>
|
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas.h | 18 #include <linux/lcm.h>
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | da8xx-fb.c | 26 #include <linux/lcm.h> 1422 ulcm = lcm((lcdc_info->xres * lcd_cfg->bpp)/8, PAGE_SIZE); in fb_probe()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | da8xx-fb.c | 26 #include <linux/lcm.h> 1418 ulcm = lcm((lcdc_info->xres * lcd_cfg->bpp)/8, PAGE_SIZE); in fb_probe()
|
/kernel/linux/linux-6.6/drivers/iio/imu/ |
H A D | adis16480.c | 18 #include <linux/lcm.h> 349 * 1. lcm of the input clock and the desired output rate. in adis16480_set_freq() 355 unsigned long scaled_rate = lcm(st->clk_freq, t); in adis16480_set_freq() 359 * If lcm is bigger than the IMU maximum sampling rate there's no perfect in adis16480_set_freq()
|
H A D | adis16475.c | 19 #include <linux/lcm.h> 306 * 1. lcm of the input clock and the desired output rate. in adis16475_set_freq() 312 unsigned long scaled_rate = lcm(st->clk_freq, freq); in adis16475_set_freq() 316 * If lcm is bigger than the IMU maximum sampling rate there's no perfect in adis16475_set_freq()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-settings.c | 12 #include <linux/lcm.h>
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-settings.c | 13 #include <linux/lcm.h>
|
/kernel/linux/linux-5.10/mm/ |
H A D | percpu.c | 74 #include <linux/lcm.h> 1314 lcm_align = lcm(PAGE_SIZE, PCPU_BITMAP_BLOCK_SIZE); in pcpu_alloc_first_chunk()
|
/kernel/linux/linux-5.10/drivers/staging/media/tegra-video/ |
H A D | vi.c | 10 #include <linux/lcm.h>
|
/kernel/linux/linux-6.6/drivers/staging/media/tegra-video/ |
H A D | vi.c | 10 #include <linux/lcm.h>
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_compress.c | 768 const ZSTD_paramSwitch_e lcm = (ZSTD_paramSwitch_e)value; in ZSTD_CCtxParams_setParameter() local 769 BOUNDCHECK(ZSTD_c_literalCompressionMode, lcm); in ZSTD_CCtxParams_setParameter() 770 CCtxParams->literalCompressionMode = lcm; in ZSTD_CCtxParams_setParameter()
|