Searched full:lcm (Results 1 – 16 of 16) sorted by relevance
| /linux/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); 19 unsigned long l = lcm(a, b); in lcm_not_zero()
|
| /linux/include/linux/ |
| H A D | lcm.h | 7 unsigned long lcm(unsigned long a, unsigned long b) __attribute_const__;
|
| /linux/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()
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | richtek,rt4831-regulator.yaml | 29 "^DSV(LCM|P|N)$":
|
| /linux/Documentation/devicetree/bindings/display/panel/ |
| H A D | jdi,lt070me05000.yaml | 32 power supply for LCM (1.8V)
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | at91-dvk_su60_somc_lcm.dtsi | 41 regulator-name = "VCC LCM";
|
| /linux/drivers/iio/imu/ |
| H A D | adis16480.c | 18 #include <linux/lcm.h> 346 * 1. lcm of the input clock and the desired output rate. in adis16480_set_freq() 352 unsigned long scaled_rate = lcm(st->clk_freq, t); in adis16480_set_freq() 356 * If lcm is bigger than the IMU maximum sampling rate there's no perfect in adis16480_set_freq()
|
| H A D | adis16550.c | 18 #include <linux/lcm.h> 462 unsigned long scaled_rate = lcm(st->clk_freq_hz, freq_hz); in adis16550_set_freq_hz()
|
| /linux/sound/soc/atmel/ |
| H A D | mchp-i2s-mcc.c | 18 #include <linux/lcm.h> 447 lcm_rate = lcm(sysclk, bclk); in mchp_i2s_mcc_config_divs()
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | ispccp2.c | 509 /* Clear LCM interrupts */ in ccp2_mem_configure() 514 /* Enable LCM interrupts */ in ccp2_mem_configure()
|
| /linux/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas.h | 17 #include <linux/lcm.h>
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt8365-evk.dts | 139 vsys_lcm_reg: regulator-vsys-lcm {
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sc7180-acer-aspire1.dts | 973 reg_lcm_en_default: reg-lcm-en-deault-state {
|
| /linux/drivers/media/usb/em28xx/ |
| H A D | em28xx-core.c | 633 /* Max Tx Size = 188 * 256 = 48128 - LCM(188,512) * 2 */ in em28xx_capture_start()
|
| /linux/block/ |
| H A D | blk-settings.c | 13 #include <linux/lcm.h>
|
| /linux/lib/zstd/compress/ |
| H A D | zstd_compress.c | 842 const ZSTD_ParamSwitch_e lcm = (ZSTD_ParamSwitch_e)value; in ZSTD_CCtxParams_setParameter() local 843 BOUNDCHECK(ZSTD_c_literalCompressionMode, (int)lcm); in ZSTD_CCtxParams_setParameter() 844 CCtxParams->literalCompressionMode = lcm; in ZSTD_CCtxParams_setParameter()
|