| /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/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/include/linux/ |
| H A D | lcm.h | 7 unsigned long lcm(unsigned long a, unsigned long b) __attribute_const__;
|
| /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/sound/soc/sof/intel/ |
| H A D | hda-sdw-bpt.c | 13 #include <linux/lcm.h> 258 unsigned int alignment = lcm(data_block, FIFO_ALIGNMENT); in hda_sdw_bpt_open()
|
| /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/scsi/hisi_sas/ |
| H A D | hisi_sas.h | 17 #include <linux/lcm.h>
|
| H A D | hisi_sas_main.c | 2295 s = max(lcm(max_command_entries_ru, sz_slot_buf_ru), PAGE_SIZE); in hisi_sas_alloc()
|
| /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/drivers/staging/media/tegra-video/ |
| H A D | vi.c | 10 #include <linux/lcm.h>
|
| /linux/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | cfe.c | 18 #include <linux/lcm.h>
|
| /linux/drivers/md/ |
| H A D | raid10.c | 4144 * For 'near' the multiplier is the LCM of in raid10_resize() 4147 * Else find LCM(raid_disks, near_copy)*far_copies and in raid10_resize()
|
| /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()
|
| /linux/drivers/block/ |
| H A D | ublk_drv.c | 3477 * it is the least common multiple(LCM) of 8, 16 and 24
|