/linux-6.12.1/drivers/phy/mediatek/ |
D | phy-mtk-hdmi-mt8195.c | 221 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.12.1/drivers/net/can/rockchip/ |
D | rockchip_canfd-timestamp.c | 79 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-6.12.1/drivers/iio/dac/ |
D | adi-axi-dac.c | 207 scale = DIV_ROUND_CLOSEST_ULL((u64)raw * MEGA, AXI_DAC_SCALE_INT); in axi_dac_scale_get() 209 vals[0] = scale / MEGA; in axi_dac_scale_get() 210 vals[1] = scale % MEGA; in axi_dac_scale_get() 241 vals[0] = phase / MEGA; in axi_dac_phase_get() 242 vals[1] = phase % MEGA; in axi_dac_phase_get() 309 scale = integer * MEGA + frac; in axi_dac_scale_set() 310 if (scale <= -2 * (int)MEGA || scale >= 2 * (int)MEGA) in axi_dac_scale_set() 319 raw |= div_u64((u64)scale * AXI_DAC_SCALE_INT, MEGA); in axi_dac_scale_set() 351 phase = integer * MEGA + frac; in axi_dac_phase_set()
|
D | ad9739a.c | 67 #define AD9739A_MIN_DAC_CLK (1600 * MEGA) 68 #define AD9739A_MAX_DAC_CLK (2500 * MEGA)
|
/linux-6.12.1/arch/arm/boot/dts/microchip/ |
D | at91-cosino_mega2560.dts | 4 * Mega 2560 extension 18 model = "HCE Cosino Mega 2560";
|
/linux-6.12.1/include/linux/ |
D | units.h | 12 #define MEGA 1000000UL macro 39 #define BYTES_PER_MBIT (MEGA / BITS_PER_BYTE)
|
/linux-6.12.1/drivers/staging/sm750fb/ |
D | ddk750_chip.c | 199 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.12.1/drivers/hid/ |
D | hid-megaworld.c | 3 * Vibration support for Mega World controllers 125 MODULE_DESCRIPTION("Vibration support for Mega World controllers");
|
D | hid-retrode.c | 38 suffix = "Mega Drive"; in retrode_input_configured()
|
/linux-6.12.1/drivers/iio/imu/bmi323/ |
D | bmi323.h | 201 ((val2) * (scale)) / MEGA) 203 #define BMI323_RAW_TO_MICRO(raw, scale) ((((raw) % (scale)) * MEGA) / scale)
|
D | bmi323_core.c | 324 1280 * MEGA, 325 640 * MEGA, 326 320 * MEGA, 327 160 * MEGA, 328 80 * MEGA, 329 40 * MEGA, 330 20 * MEGA, 331 10 * MEGA, 332 5 * MEGA, 1779 *val = BMI323_TEMP_SCALE / MEGA; in bmi323_read_raw() [all …]
|
/linux-6.12.1/kernel/dma/ |
D | Kconfig | 190 int "Size in Mega Bytes" 216 bool "Use mega bytes value only"
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | dvb-usb-gl861-cardlist.rst | 19 * - MSI Mega Sky 55801 DVB-T USB2.0
|
D | dvb-usb-m920x-cardlist.rst | 23 * - MSI Mega Sky 580 DVB-T USB2.0
|
/linux-6.12.1/drivers/iio/accel/ |
D | kionix-kx022a.c | 381 320 * MEGA, 382 160 * MEGA, 383 80 * MEGA, 384 40 * MEGA, 385 20 * MEGA, 386 10 * MEGA, 387 5 * MEGA,
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | adf_tl_debugfs.c | 233 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.12.1/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad9467.yaml | 14 converters (ADCs), operating in the range of 100 to 500 mega samples
|
/linux-6.12.1/drivers/net/can/usb/kvaser_usb/ |
D | kvaser_usb_leaf.c | 486 .freq = 8 * MEGA /* Hz */, 494 .freq = 16 * MEGA /* Hz */, 502 .freq = 16 * MEGA /* Hz */, 510 .freq = 16 * MEGA /* Hz */, 518 .freq = 16 * MEGA /* Hz */, 526 .freq = 24 * MEGA /* Hz */, 534 .freq = 32 * MEGA /* Hz */,
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | sony,imx258.yaml | 13 IMX258 is a diagonal 5.867mm (Type 1/3.06) 13 Mega-pixel CMOS active pixel
|
/linux-6.12.1/drivers/phy/freescale/ |
D | phy-fsl-imx8qm-lvds-phy.c | 47 #define MIN_CLKIN_FREQ (25 * MEGA) 48 #define MAX_CLKIN_FREQ (165 * MEGA)
|
/linux-6.12.1/drivers/net/can/usb/etas_es58x/ |
D | es581_4.c | 473 .bitrate_max = 1 * MEGA /* BPS */, 474 .clock = {.freq = 50 * MEGA /* Hz */},
|
D | es58x_fd.c | 526 .bitrate_max = 8 * MEGA /* BPS */, 527 .clock = {.freq = 80 * MEGA /* Hz */},
|
/linux-6.12.1/Documentation/filesystems/ |
D | tmpfs.rst | 89 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.12.1/Documentation/scsi/ |
D | BusLogic.rst | 116 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.12.1/drivers/media/usb/dvb-usb-v2/ |
D | gl861.c | 552 &gl861_props, "MSI Mega Sky 55801 DVB-T USB2.0", NULL) }, 576 MODULE_DESCRIPTION("Driver MSI Mega Sky 580 DVB-T USB2.0 / GL861");
|