Home
last modified time | relevance | path

Searched refs:GIGA (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dunits.h11 #define GIGA 1000000000UL macro
65 #define BYTES_PER_GBIT (GIGA / BITS_PER_BYTE)
/linux/drivers/phy/mediatek/
H A Dphy-mtk-hdmi-mt8195.c257 if (ns_hdmipll_ck >= 5 * GIGA && in mtk_hdmi_pll_calc()
258 ns_hdmipll_ck <= 12 * GIGA) in mtk_hdmi_pll_calc()
262 (ns_hdmipll_ck < 5 * GIGA || ns_hdmipll_ck > 12 * GIGA)) { in mtk_hdmi_pll_calc()
/linux/drivers/iio/imu/
H A Dsmi240.c434 *val = SMI240_TEMP_SCALE / GIGA; in smi240_read_raw()
435 *val2 = SMI240_TEMP_SCALE % GIGA; in smi240_read_raw()
/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_g200eh5.c23 const unsigned long long VCO_MAX = 10 * GIGA; // Hz in mgag200_g200eh5_pixpllc_atomic_check()
/linux/drivers/iio/imu/smi330/
H A Dsmi330_core.c520 *val = SMI330_TEMP_SCALE / GIGA; in smi330_read_raw()
521 *val2 = SMI330_TEMP_SCALE % GIGA; in smi330_read_raw()
/linux/drivers/ptp/
H A Dptp_dfl_tod.c138 ppb = scaled_ppm_to_ppb(scaled_ppm) + GIGA; in dfl_tod_adjust_fine()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c42 #define MLX5E_1GB_TO_KB (GIGA / KILO)