Home
last modified time | relevance | path

Searched refs:STA_PLL (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/kernel/time/
Dntp.c293 if (!(time_status & STA_PLL)) in ntp_update_offset()
547 if ((time_status & STA_PLL) && !(txc->status & STA_PLL)) { in process_adj_status()
558 if (!(time_status & STA_PLL) && (txc->status & STA_PLL)) in process_adj_status()
/linux-4.1.27/tools/testing/selftests/timers/
Dleapcrash.c53 tx.status = STA_PLL; in clear_time_state()
Dleap-a-day.c114 tx.status = STA_PLL; in clear_time_state()
/linux-4.1.27/include/uapi/linux/
Dtimex.h130 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro