Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dtimex.h161 #define STA_MODE 0x4000 /* mode (0 = PLL, 1 = FLL) (ro) */ macro
165 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/dragonfly/sys/kern/
H A Dkern_ntptime.c654 time_status &= ~STA_MODE; in hardupdate()
659 time_status |= STA_MODE; in hardupdate()