Searched refs:STA_PLL (Results 1 – 5 of 5) sorted by relevance
40 tx.status = STA_PLL; in clear_time_state()
121 tx1.status = STA_PLL; in check_tick_adj()
107 tx.status = STA_PLL; in clear_time_state()
287 if (!(ntpdata->time_status & STA_PLL)) in ntp_update_offset()692 if ((ntpdata->time_status & STA_PLL) && !(txc->status & STA_PLL)) { in process_adj_status()704 if (!(ntpdata->time_status & STA_PLL) && (txc->status & STA_PLL)) in process_adj_status()
171 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro