Home
last modified time | relevance | path

Searched refs:PPM_SCALE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dtimex.h130 #define PPM_SCALE ((s64)NSEC_PER_USEC << (NTP_SCALE_SHIFT - SHIFT_USEC)) macro
133 PPM_SCALE + 1)
/openbmc/linux/kernel/time/
H A Dntp.c722 time_freq = txc->freq * PPM_SCALE; in process_adjtimex_modes()
814 txc->tolerance = MAXFREQ_SCALED / PPM_SCALE; in __do_adjtimex()
H A Dtimekeeping.c2395 if (LLONG_MIN / PPM_SCALE > txc->freq) in timekeeping_validate_timex()
2397 if (LLONG_MAX / PPM_SCALE < txc->freq) in timekeeping_validate_timex()