Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/time/
Dntp.c130 return shift_right(offset, SHIFT_PLL + time_constant); in ntp_offset_chunk()
212 return shift_right(offset, SHIFT_PLL + time_constant); in ntp_offset_chunk()
335 if (unlikely(secs > 1 << (SHIFT_PLL + 1 + time_constant))) in ntp_update_offset()
336 secs = 1 << (SHIFT_PLL + 1 + time_constant); in ntp_update_offset()
339 (NTP_SCALE_SHIFT - 2 * (SHIFT_PLL + 2 + time_constant)); in ntp_update_offset()
/linux-6.6.21/include/linux/
Dtimex.h120 #define SHIFT_PLL 2 /* PLL frequency factor (shift) */ macro