Searched refs:mphase (Results 1 – 1 of 1) sorted by relevance
547 long mphase; /* minute sample counter */ member1096 up->mphase = (up->mphase + 1) % WWV_MIN; in wwv_rf()1097 epoch = up->mphase % WWV_SEC; in wwv_rf()1161 if (up->mphase == 0) { in wwv_rf()1181 up->mphase -= WWV_SEC; in wwv_rf()1182 if (up->mphase < 0) in wwv_rf()1183 up->mphase += WWV_MIN; in wwv_rf()1316 epoch = up->mphase - pdelay - SYNSIZ; in wwv_qrz()1332 if (up->mphase == 0) { in wwv_qrz()1700 if (up->mphase % WWV_SEC == up->repoch) { in wwv_epoch()