Home
last modified time | relevance | path

Searched full:mega (Results 1 – 25 of 57) sorted by relevance

123

/linux-6.8/drivers/phy/mediatek/
Dphy-mtk-hdmi-mt8195.c221 if (tmds_clk < 25 * MEGA || tmds_clk > 594 * MEGA) in mtk_hdmi_pll_calc()
224 if (tmds_clk >= 340 * MEGA) in mtk_hdmi_pll_calc()
230 da_hdmitx21_ref_ck = 26 * MEGA; in mtk_hdmi_pll_calc()
238 if (tmds_clk < 54 * MEGA) in mtk_hdmi_pll_calc()
240 else if (tmds_clk >= 54 * MEGA && (tmds_clk * 100) < 14835 * MEGA) in mtk_hdmi_pll_calc()
242 else if ((tmds_clk * 100) >= 14835 * MEGA && (tmds_clk * 10) < 2967 * MEGA) in mtk_hdmi_pll_calc()
244 else if ((tmds_clk * 10) >= 2967 * MEGA && tmds_clk <= 594 * MEGA) in mtk_hdmi_pll_calc()
322 if (tmds_clk > 300 * MEGA && tmds_clk <= 594 * MEGA) { in mtk_hdmi_pll_drv_setting()
327 } else if (((u64)pixel_clk * 1000) >= 74175 * MEGA && pixel_clk <= 300 * MEGA) { in mtk_hdmi_pll_drv_setting()
332 } else if (pixel_clk >= 27 * MEGA && ((u64)pixel_clk * 1000) < 74175 * MEGA) { in mtk_hdmi_pll_drv_setting()
/linux-6.8/arch/arm/boot/dts/microchip/
Dat91-cosino_mega2560.dts4 * Mega 2560 extension
18 model = "HCE Cosino Mega 2560";
/linux-6.8/include/linux/
Dunits.h12 #define MEGA 1000000UL macro
36 #define BYTES_PER_MBIT (MEGA / BITS_PER_BYTE)
/linux-6.8/drivers/staging/sm750fb/
Dddk750_chip.c199 data = SZ_8M; break; /* 8 Mega byte */ in ddk750_get_vm_size()
201 data = SZ_16M; break; /* 16 Mega byte */ in ddk750_get_vm_size()
203 data = SZ_32M; break; /* 32 Mega byte */ in ddk750_get_vm_size()
205 data = SZ_64M; break; /* 64 Mega byte */ in ddk750_get_vm_size()
/linux-6.8/drivers/iio/imu/bmi323/
Dbmi323_core.c291 1280 * MEGA,
292 640 * MEGA,
293 320 * MEGA,
294 160 * MEGA,
295 80 * MEGA,
296 40 * MEGA,
297 20 * MEGA,
298 10 * MEGA,
299 5 * MEGA,
1761 *val = BMI323_TEMP_SCALE / MEGA; in bmi323_read_raw()
[all …]
Dbmi323.h201 ((val2) * (scale)) / MEGA)
203 #define BMI323_RAW_TO_MICRO(raw, scale) ((((raw) % (scale)) * MEGA) / scale)
/linux-6.8/kernel/dma/
DKconfig186 int "Size in Mega Bytes"
212 bool "Use mega bytes value only"
/linux-6.8/Documentation/admin-guide/media/
Ddvb-usb-gl861-cardlist.rst19 * - MSI Mega Sky 55801 DVB-T USB2.0
Ddvb-usb-m920x-cardlist.rst23 * - MSI Mega Sky 580 DVB-T USB2.0
/linux-6.8/drivers/iio/accel/
Dkionix-kx022a.c381 320 * MEGA,
382 160 * MEGA,
383 80 * MEGA,
384 40 * MEGA,
385 20 * MEGA,
386 10 * MEGA,
387 5 * MEGA,
Dadxl355_core.c281 odr = mul_u64_u32_shr(adxl355_odr_table[data->odr][0], MEGA, 0) + in adxl355_fill_3db_frequency_table()
290 data->adxl355_hpf_3db_table[i][1] = div_u64(rem, MEGA * 100); in adxl355_fill_3db_frequency_table()
/linux-6.8/drivers/crypto/intel/qat/qat_common/
Dadf_tl_debugfs.c233 vals->curr = div_u64(hist_vals[sample_cnt - 1] * bw_hw_2_bits, MEGA); in tl_bw_hw_units_to_mbps()
234 vals->min = div_u64(min_array(hist_vals, sample_cnt) * bw_hw_2_bits, MEGA); in tl_bw_hw_units_to_mbps()
235 vals->max = div_u64(max_array(hist_vals, sample_cnt) * bw_hw_2_bits, MEGA); in tl_bw_hw_units_to_mbps()
236 vals->avg = div_u64(avg_array(hist_vals, sample_cnt) * bw_hw_2_bits, MEGA); in tl_bw_hw_units_to_mbps()
/linux-6.8/Documentation/devicetree/bindings/iio/adc/
Dadi,ad9467.yaml14 converters (ADCs), operating in the range of 100 to 500 mega samples
/linux-6.8/drivers/hid/
Dhid-retrode.c38 suffix = "Mega Drive"; in retrode_input_configured()
Dhid-megaworld.c3 * Vibration support for Mega World controllers
/linux-6.8/Documentation/devicetree/bindings/media/i2c/
Dimx258.yaml13 IMX258 is a diagonal 5.867mm (Type 1/3.06) 13 Mega-pixel CMOS active pixel
/linux-6.8/drivers/phy/freescale/
Dphy-fsl-imx8qm-lvds-phy.c47 #define MIN_CLKIN_FREQ (25 * MEGA)
48 #define MAX_CLKIN_FREQ (165 * MEGA)
/linux-6.8/Documentation/filesystems/
Dtmpfs.rst89 These parameters accept a suffix k, m or g for kilo, mega and giga and
147 Quota limit parameters accept a suffix k, m or g for kilo, mega and giga
/linux-6.8/drivers/net/can/usb/etas_es58x/
Des581_4.c473 .bitrate_max = 1 * MEGA /* BPS */,
474 .clock = {.freq = 50 * MEGA /* Hz */},
Des58x_fd.c526 .bitrate_max = 8 * MEGA /* BPS */,
527 .clock = {.freq = 80 * MEGA /* Hz */},
/linux-6.8/Documentation/scsi/
DBusLogic.rst116 adapter will attempt to negotiate for 20.0 mega-transfers/second.
121 adapter will attempt to negotiate for 10.0 mega-transfers/second.
126 adapter will attempt to negotiate for 5.0 mega-transfers/second.
/linux-6.8/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_leaf.c460 .freq = 8 * MEGA /* Hz */,
468 .freq = 16 * MEGA /* Hz */,
476 .freq = 16 * MEGA /* Hz */,
484 .freq = 24 * MEGA /* Hz */,
492 .freq = 32 * MEGA /* Hz */,
/linux-6.8/drivers/clk/renesas/
Drzg2l-cpg.c192 if (event != PRE_RATE_CHANGE || (cnd->new_rate / MEGA == 266)) in rzg2l_cpg_sd_clk_mux_notifier()
560 params->pl5_intin = rate / MEGA; in rzg2l_cpg_get_foutpostdiv_rate()
561 params->pl5_fracin = div_u64(((u64)rate % MEGA) << 24, MEGA); in rzg2l_cpg_get_foutpostdiv_rate()
568 EXTAL_FREQ_IN_MEGA_HZ * MEGA / params->pl5_refdiv * in rzg2l_cpg_get_foutpostdiv_rate()
/linux-6.8/drivers/media/usb/dvb-usb-v2/
Dgl861.c552 &gl861_props, "MSI Mega Sky 55801 DVB-T USB2.0", NULL) },
576 MODULE_DESCRIPTION("Driver MSI Mega Sky 580 DVB-T USB2.0 / GL861");
/linux-6.8/Documentation/admin-guide/
Dkernel-parameters.rst216 multipliers 'Kilo', 'Mega', and 'Giga', equaling 2^10, 2^20, and 2^30

123