Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dunits.h11 #define GIGA 1000000000UL macro
40 #define BYTES_PER_GBIT (GIGA / BITS_PER_BYTE)
/linux-6.15/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-6.15/drivers/gpu/drm/mgag200/
H A Dmgag200_g200eh5.c22 const unsigned long long VCO_MAX = 10 * GIGA; // Hz in mgag200_g200eh5_pixpllc_atomic_check()
/linux-6.15/drivers/iio/imu/
H A Dsmi240.c435 *val = SMI240_TEMP_SCALE / GIGA; in smi240_read_raw()
436 *val2 = SMI240_TEMP_SCALE % GIGA; in smi240_read_raw()
/linux-6.15/drivers/ptp/
H A Dptp_dfl_tod.c138 ppb = scaled_ppm_to_ppb(scaled_ppm) + GIGA; in dfl_tod_adjust_fine()