Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dtimex.h121 #define SHIFT_FLL 2 /* FLL frequency factor (shift) */ macro
/linux-6.6.21/kernel/time/
Dntp.c293 return div64_long(offset64 << (NTP_SCALE_SHIFT - SHIFT_FLL), secs); in ntp_update_offset_fll()