Home
last modified time | relevance | path

Searched full:lcm (Results 1 – 25 of 45) sorted by relevance

12

/kernel/linux/linux-6.6/lib/math/
Dlcm.c5 #include <linux/lcm.h>
8 unsigned long lcm(unsigned long a, unsigned long b) in lcm() function
15 EXPORT_SYMBOL_GPL(lcm);
19 unsigned long l = lcm(a, b); in lcm_not_zero()
DMakefile2 obj-y += div64.o gcd.o lcm.o int_log.o int_pow.o int_sqrt.o reciprocal_div.o
/kernel/linux/linux-5.10/lib/math/
Dlcm.c5 #include <linux/lcm.h>
8 unsigned long lcm(unsigned long a, unsigned long b) in lcm() function
15 EXPORT_SYMBOL_GPL(lcm);
19 unsigned long l = lcm(a, b); in lcm_not_zero()
DMakefile2 obj-y += div64.o gcd.o lcm.o int_pow.o int_sqrt.o reciprocal_div.o
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
Dgss_krb5_keys.c62 #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/include/linux/
Dlcm.h7 unsigned long lcm(unsigned long a, unsigned long b) __attribute_const__;
/kernel/linux/linux-6.6/include/linux/
Dlcm.h7 unsigned long lcm(unsigned long a, unsigned long b) __attribute_const__;
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
Dgss_krb5_keys.c62 #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/Documentation/devicetree/bindings/regulator/
Drichtek,rt4831-regulator.yaml29 "^DSV(LCM|P|N)$":
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/panel/
Djdi,lt070me05000.yaml30 power supply for LCM (1.8V)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/
Djdi,lt070me05000.yaml30 power supply for LCM (1.8V)
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dat91-dvk_su60_somc_lcm.dtsi41 regulator-name = "VCC LCM";
/kernel/linux/linux-6.6/arch/arm/boot/dts/microchip/
Dat91-dvk_su60_somc_lcm.dtsi41 regulator-name = "VCC LCM";
/kernel/linux/linux-5.10/drivers/media/i2c/
Dsmiapp-pll.c13 #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()
Daptina-pll.c11 #include <linux/lcm.h>
/kernel/linux/linux-6.6/drivers/media/i2c/
Dccs-pll.c14 #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-6.6/drivers/iio/imu/
Dadis16475.c19 #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()
Dadis16480.c18 #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()
/kernel/linux/linux-5.10/drivers/video/backlight/
DKconfig80 tristate "VGG2432A4 LCM device support"
/kernel/linux/linux-6.6/drivers/video/backlight/
DKconfig80 tristate "VGG2432A4 LCM device support"
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/
Dxilinx-dma.c13 #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/
Dxilinx-dma.c13 #include <linux/lcm.h>
543 align = lcm(dma->align, info->bpp); in __xvip_dma_try_format()
/kernel/linux/linux-5.10/sound/soc/atmel/
Dmchp-i2s-mcc.c18 #include <linux/lcm.h>
416 lcm_rate = lcm(sysclk, bclk); in mchp_i2s_mcc_config_divs()
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
Dhisi_sas.h18 #include <linux/lcm.h>
/kernel/linux/linux-6.6/sound/soc/atmel/
Dmchp-i2s-mcc.c18 #include <linux/lcm.h>
438 lcm_rate = lcm(sysclk, bclk); in mchp_i2s_mcc_config_divs()

12