Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dntp.c125 return shift_right(offset, SHIFT_PLL + time_constant); in ntp_offset_chunk()
207 return shift_right(offset, SHIFT_PLL + time_constant); in ntp_offset_chunk()
328 if (unlikely(secs > 1 << (SHIFT_PLL + 1 + time_constant))) in ntp_update_offset()
329 secs = 1 << (SHIFT_PLL + 1 + time_constant); in ntp_update_offset()
332 (NTP_SCALE_SHIFT - 2 * (SHIFT_PLL + 2 + time_constant)); in ntp_update_offset()
/linux-4.4.14/include/linux/
Dtimex.h112 #define SHIFT_PLL 2 /* PLL frequency factor (shift) */ macro