Home
last modified time | relevance | path

Searched refs:KILO (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/iio/adc/
H A Dad4000.c295 .max_rate_hz = 500 * KILO,
305 .max_rate_hz = 500 * KILO,
315 .max_rate_hz = 500 * KILO,
325 .max_rate_hz = 1800 * KILO,
345 .max_rate_hz = 500 * KILO,
375 .max_rate_hz = 250 * KILO,
383 .max_rate_hz = 500 * KILO,
391 .max_rate_hz = 250 * KILO,
399 .max_rate_hz = 500 * KILO,
407 .max_rate_hz = 400 * KILO,
[all …]
H A Dad7606.c134 .max_samplerate = 300 * KILO,
143 .max_samplerate = 200 * KILO,
154 .max_samplerate = 200 * KILO,
166 .max_samplerate = 200 * KILO,
178 .max_samplerate = 800 * KILO,
210 .max_samplerate = 200 * KILO,
222 .max_samplerate = 200 * KILO,
234 .max_samplerate = 200 * KILO,
H A Dad4851.c1071 .max_sample_rate_hz = 250 * KILO,
1080 .max_sample_rate_hz = 250 * KILO,
1107 .max_sample_rate_hz = 250 * KILO,
1116 .max_sample_rate_hz = 250 * KILO,
H A Dad4695.c410 .max_sample_rate = 500 * KILO,
424 .max_sample_rate = 500 * KILO,
/linux/drivers/net/can/rockchip/
H A Drockchip_canfd-timestamp.c80 priv->can.clock.freq % MEGA / KILO / 10, in rkcanfd_timestamp_init()
82 bitrate % MEGA / KILO / 100, in rkcanfd_timestamp_init()
85 rate % MEGA / KILO / 10, in rkcanfd_timestamp_init()
/linux/include/linux/
H A Dunits.h13 #define KILO 1000UL macro
38 #define BYTES_PER_KBIT (KILO / BITS_PER_BYTE)
/linux/drivers/thermal/
H A Dloongson2_thermal.c80 *temp = ((val & LOONGSON2_THSENS_OUT_MASK) - HECTO) * KILO; in loongson2_2k1000_get_temp()
91 *temp = ((val & 0xffff) * 820 / 0x4000 - 311) * KILO; in loongson2_2k2000_get_temp()
/linux/drivers/iio/frequency/
H A Dadmv4420.c196 st->lo_freq_hz = (u64)tmp * KILO; in admv4420_fw_parse()
/linux/drivers/hwmon/
H A Dltc4282.c111 #define LTC4282_CLKIN_MIN (250 * KILO)
112 #define LTC4282_CLKIN_MAX (15500 * KILO)
114 #define LTC4282_CLKOUT_SYSTEM (250 * KILO)
H A Dasus_wmi_sensors.c406 return DIV_ROUND_CLOSEST(value, KILO); in asus_wmi_scale_sensor_value()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi_v2.c726 mtk_hdmi_v2_enable_scrambling(hdmi, hdmi->mode.clock >= 340 * KILO); in mtk_hdmi_v2_change_video_resolution()
757 .dp = { .link_rate = hdmi->mode.clock * KILO } in mtk_hdmi_v2_output_set_display_mode()
998 .dp = { .link_rate = hdmi->mode.clock * KILO } in mtk_hdmi_v2_bridge_pre_enable()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c41 #define MLX5E_100MB_TO_KB (100 * MEGA / KILO)
42 #define MLX5E_1GB_TO_KB (GIGA / KILO)
/linux/drivers/iio/dac/
H A Dadi-axi-dac.c645 100 * KILO); in axi_dac_wait_bus_free()
/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c1576 freq_kbps = freq_mbps * KILO; in qcom_pcie_icc_opp_update()