Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dkern_ntptime.c174 #define SHIFT_PLL 4 /* PLL loop gain (shift) */ macro
517 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second()
519 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second()
657 L_RSHIFT(ftemp, (SHIFT_PLL + 2 + time_constant) << 1); in hardupdate()