Searched refs:SHIFT_KF (Results 1 – 2 of 2) sorted by relevance
106 (double)time_freq / (1 << SHIFT_KF), in main()140 ltemp = time_tolerance << SHIFT_KF; in hardupdate()201 time_adj -= -time_freq >> (SHIFT_KF + SHIFT_HZ - SHIFT_SCALE); in second_overflow()203 time_adj += time_freq >> (SHIFT_KF + SHIFT_HZ - SHIFT_SCALE); in second_overflow()
98 #define SHIFT_KF 16 /* PLL frequency factor (shift) */ macro