Home | History | Annotate | Download | only in source

Lines Matching refs:ntp_frac

1252   uint32_t ntp_frac = 0;
1255 &ntp_frac,
1261 remote_sr = ((ntp_secs & 0x0000ffff) << 16) + ((ntp_frac & 0xffff0000) >> 16);