Home
last modified time | relevance | path

Searched refs:mphase (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_wwv.c545 long mphase; /* minute sample counter */ member
1094 up->mphase = (up->mphase + 1) % WWV_MIN; in wwv_rf()
1095 epoch = up->mphase % WWV_SEC; in wwv_rf()
1159 if (up->mphase == 0) { in wwv_rf()
1179 up->mphase -= WWV_SEC; in wwv_rf()
1180 if (up->mphase < 0) in wwv_rf()
1181 up->mphase += WWV_MIN; in wwv_rf()
1314 epoch = up->mphase - pdelay - SYNSIZ; in wwv_qrz()
1330 if (up->mphase == 0) { in wwv_qrz()
1698 if (up->mphase % WWV_SEC == up->repoch) { in wwv_epoch()
/freebsd-12-stable/sys/gnu/dev/bwn/phy_n/
Dif_bwn_phy_n_core.c5560 bool full, bool mphase) in bwn_nphy_cal_tx_iq_lo() argument
5673 if (mphase) { in bwn_nphy_cal_tx_iq_lo()
5732 if (mphase) in bwn_nphy_cal_tx_iq_lo()
5737 if (!mphase || nphy->mphase_cal_phase_id == last) { in bwn_nphy_cal_tx_iq_lo()
5778 if (mac->mac_phy.rev < 2 && (!mphase || nphy->mphase_cal_phase_id == last)) in bwn_nphy_cal_tx_iq_lo()