Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ntptime.c147 #define SHIFT_PLL 4 /* PLL loop gain (shift) */ macro
595 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second()
597 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second()
731 L_RSHIFT(ftemp, (SHIFT_PLL + 2 + time_constant) << 1);