Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_ntptime.c138 #define SHIFT_PLL 4 /* PLL loop gain (shift) */ macro
536 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second()
538 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second()
651 L_RSHIFT(ftemp, (SHIFT_PLL + 2 + time_constant) << 1); in hardupdate()