Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_ntptime.c153 #define SHIFT_PLL 4 /* PLL loop gain (shift) */ macro
601 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second()
603 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second()
737 L_RSHIFT(ftemp, (SHIFT_PLL + 2 + time_constant) << 1);