Home
last modified time | relevance | path

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

123

/linux/drivers/net/can/rockchip/
H A Drockchip_canfd-timestamp.c79 priv->can.clock.freq / MEGA, in rkcanfd_timestamp_init()
80 priv->can.clock.freq % MEGA / KILO / 10, in rkcanfd_timestamp_init()
81 bitrate / MEGA, in rkcanfd_timestamp_init()
82 bitrate % MEGA / KILO / 100, in rkcanfd_timestamp_init()
84 rate / MEGA, in rkcanfd_timestamp_init()
85 rate % MEGA / KILO / 10, in rkcanfd_timestamp_init()
/linux/drivers/iio/adc/
H A Dad4000.c215 .max_rate_hz = 2 * MEGA,
225 .max_rate_hz = 2 * MEGA,
235 .max_rate_hz = 2 * MEGA,
245 .max_rate_hz = 2 * MEGA,
255 .max_rate_hz = 1 * MEGA,
265 .max_rate_hz = 1 * MEGA,
275 .max_rate_hz = 1 * MEGA,
285 .max_rate_hz = 1 * MEGA,
335 .max_rate_hz = 1 * MEGA,
356 .max_rate_hz = 2 * MEGA,
[all …]
H A Dad7380.c611 .max_conversion_rate_hz = 4 * MEGA,
625 .max_conversion_rate_hz = 4 * MEGA,
641 .max_conversion_rate_hz = 4 * MEGA,
657 .max_conversion_rate_hz = 4 * MEGA,
672 .max_conversion_rate_hz = 4 * MEGA,
687 .max_conversion_rate_hz = 4 * MEGA,
702 .max_conversion_rate_hz = 4 * MEGA,
716 .max_conversion_rate_hz = 4 * MEGA,
730 .max_conversion_rate_hz = 4 * MEGA,
746 .max_conversion_rate_hz = 4 * MEGA,
[all …]
H A Dad4851.c1089 .max_sample_rate_hz = 1 * MEGA,
1098 .max_sample_rate_hz = 1 * MEGA,
1125 .max_sample_rate_hz = 1 * MEGA,
1134 .max_sample_rate_hz = 1 * MEGA,
1143 .max_sample_rate_hz = 1 * MEGA,
H A Dad7944.c180 AD7944_DEFINE_CHIP_INFO(ad7944, ad7944, 2.5 * MEGA, 14, 0);
181 AD7944_DEFINE_CHIP_INFO(ad7985, ad7944, 2.5 * MEGA, 16, 0);
183 AD7944_DEFINE_CHIP_INFO(ad7986, ad7986, 2 * MEGA, 18, 1);
826 ret = ad7944_set_sample_freq(adc, 2 * MEGA); in ad7944_probe()
H A Dad7606.c194 .max_samplerate = 1 * MEGA,
246 .max_samplerate = 1 * MEGA,
262 .max_samplerate = 1 * MEGA,
1589 ret = ad7606_set_sampling_freq(st, 1 * MEGA); in ad7606_probe()
/linux/drivers/iio/dac/
H A Dadi-axi-dac.c250 scale = DIV_ROUND_CLOSEST_ULL((u64)raw * MEGA, in axi_dac_scale_get()
253 vals[0] = scale / MEGA; in axi_dac_scale_get()
254 vals[1] = scale % MEGA; in axi_dac_scale_get()
288 vals[0] = phase / MEGA; in axi_dac_phase_get()
289 vals[1] = phase % MEGA; in axi_dac_phase_get()
364 scale = integer * MEGA + frac; in axi_dac_scale_set()
365 if (scale <= -2 * (int)MEGA || scale >= 2 * (int)MEGA) in axi_dac_scale_set()
374 raw |= div_u64((u64)scale * AXI_DAC_CHAN_CNTRL_3_SCALE_INT, MEGA); in axi_dac_scale_set()
410 phase = integer * MEGA + frac; in axi_dac_phase_set()
H A Dad9739a.c67 #define AD9739A_MIN_DAC_CLK (1600 * MEGA)
68 #define AD9739A_MAX_DAC_CLK (2500 * MEGA)
/linux/arch/arm/boot/dts/microchip/
H A Dat91-cosino_mega2560.dts4 * Mega 2560 extension
18 model = "HCE Cosino Mega 2560";
/linux/drivers/hid/
H A Dhid-megaworld.c3 * Vibration support for Mega World controllers
125 MODULE_DESCRIPTION("Vibration support for Mega World controllers");
H A Dhid-retrode.c38 suffix = "Mega Drive"; in retrode_input_configured()
/linux/drivers/net/can/dev/
H A Dcalc_bittiming.c28 if (bt->bitrate > 15 * MEGA /* BPS */) in can_calc_sample_point_pwm()
31 if (bt->bitrate > 9 * MEGA /* BPS */) in can_calc_sample_point_pwm()
34 if (bt->bitrate > 4 * MEGA /* BPS */) in can_calc_sample_point_pwm()
/linux/drivers/iio/imu/bmi323/
H A Dbmi323_core.c323 1280 * MEGA,
324 640 * MEGA,
325 320 * MEGA,
326 160 * MEGA,
327 80 * MEGA,
328 40 * MEGA,
329 20 * MEGA,
330 10 * MEGA,
331 5 * MEGA,
1784 *val = BMI323_TEMP_SCALE / MEGA; in bmi323_read_raw()
[all …]
/linux/Documentation/admin-guide/media/
H A Ddvb-usb-gl861-cardlist.rst19 * - MSI Mega Sky 55801 DVB-T USB2.0
H A Ddvb-usb-m920x-cardlist.rst23 * - MSI Mega Sky 580 DVB-T USB2.0
/linux/drivers/iio/accel/
H A Dkionix-kx022a.c393 320 * MEGA,
394 160 * MEGA,
395 80 * MEGA,
396 40 * MEGA,
397 20 * MEGA,
398 10 * MEGA,
399 5 * MEGA,
H A Dadxl355_core.c283 odr = mul_u64_u32_shr(adxl355_odr_table[data->odr][0], MEGA, 0) + in adxl355_fill_3db_frequency_table()
292 data->adxl355_hpf_3db_table[i][1] = div_u64(rem, MEGA * 100); in adxl355_fill_3db_frequency_table()
/linux/drivers/net/can/
H A Ddummy_can.c247 priv->can.bitrate_max = 20 * MEGA /* BPS */; in dummy_can_init()
248 priv->can.clock.freq = 160 * MEGA /* Hz */; in dummy_can_init()
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-uniphy-pcie-28lp.c130 .pipe_clk_rate = 125 * MEGA,
138 .pipe_clk_rate = 250 * MEGA,
/linux/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_mipi_dsi.c99 .fout = { .min = 80 * MEGA, .max = 1500 * MEGA },
100 .fvco = { .min = 1050 * MEGA, .max = 2100 * MEGA },
415 * threshold_in_hz = (unsigned long)table_entry * 10 * MEGA
430 * Convert to Hz by multiplying by 10 * MEGA. in rzv2h_dphy_find_timings_val()
433 unsigned long hsfreq = timings->hsfreq[i] * 10 * MEGA; in rzv2h_dphy_find_timings_val()
/linux/drivers/iio/common/ssp_sensors/
H A Dssp_iio.c87 (int64_t)get_unaligned_le32(buf + len) * MEGA; in ssp_common_process_data()
/linux/drivers/net/can/usb/etas_es58x/
H A Des581_4.c473 .bitrate_max = 1 * MEGA /* BPS */,
474 .clock = {.freq = 50 * MEGA /* Hz */},
H A Des58x_fd.c526 .bitrate_max = 8 * MEGA /* BPS */,
527 .clock = {.freq = 80 * MEGA /* Hz */},
/linux/Documentation/scsi/
H A 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/Documentation/admin-guide/
H A Dkernel-parameters.rst102 These letters represent the _binary_ multipliers 'Kilo', 'Mega', 'Giga',

123