Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dtimex.h120 #define SHIFT_PLL 2 /* PLL frequency factor (shift) */ macro
/linux-6.15/kernel/time/
H A Dntp.c130 return shift_right(offset, SHIFT_PLL + ntpdata->time_constant); in ntp_offset_chunk()
216 return shift_right(offset, SHIFT_PLL + ntpdata->time_constant); in ntp_offset_chunk()
318 if (unlikely(secs > 1 << (SHIFT_PLL + 1 + ntpdata->time_constant))) in ntp_update_offset()
319 secs = 1 << (SHIFT_PLL + 1 + ntpdata->time_constant); in ntp_update_offset()
322 (NTP_SCALE_SHIFT - 2 * (SHIFT_PLL + 2 + ntpdata->time_constant)); in ntp_update_offset()