Searched refs:GIGA (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dunits.h11 #define GIGA 1000000000UL macro
40 #define BYTES_PER_GBIT (GIGA / BITS_PER_BYTE)
/linux-master/drivers/phy/mediatek/
H A Dphy-mtk-hdmi-mt8195.c255 if (ns_hdmipll_ck >= 5 * GIGA &&
256 ns_hdmipll_ck <= 12 * GIGA)
260 (ns_hdmipll_ck < 5 * GIGA || ns_hdmipll_ck > 12 * GIGA)) {
/linux-master/drivers/ptp/
H A Dptp_dfl_tod.c137 /* add GIGA as nominal ppb */
138 ppb = scaled_ppm_to_ppb(scaled_ppm) + GIGA;

Completed in 123 milliseconds