Searched refs:STA_PLL (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/timers/
H A Dleapcrash.c40 tx.status = STA_PLL;
H A Dadjtick.c125 tx1.status = STA_PLL;
H A Dleap-a-day.c107 tx.status = STA_PLL;
/linux-master/include/uapi/linux/
H A Dtimex.h171 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
/linux-master/kernel/time/
H A Dntp.c302 if (!(time_status & STA_PLL))
688 if ((time_status & STA_PLL) && !(txc->status & STA_PLL)) {
700 if (!(time_status & STA_PLL) && (txc->status & STA_PLL))

Completed in 216 milliseconds