Home
last modified time | relevance | path

Searched refs:pps_freq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/time/
H A Dntp.c110 static s64 pps_freq; /* frequency offset (scaled ns/s) */ variable
151 pps_freq = 0; in pps_clear()
171 pps_freq = freq; in pps_set_freq()
195 txc->ppsfreq = shift_right((pps_freq >> PPM_SCALE_INV_SHIFT) * in pps_fill_timex()
677 /* update pps_freq */ in process_adjtimex_modes()
905 delta = shift_right(ftemp - pps_freq, NTP_SCALE_SHIFT); in hardpps_update_freq()
906 pps_freq = ftemp; in hardpps_update_freq()
931 time_freq = pps_freq; in hardpps_update_freq()
/kernel/linux/linux-6.6/kernel/time/
H A Dntp.c110 static s64 pps_freq; /* frequency offset (scaled ns/s) */ variable
151 pps_freq = 0; in pps_clear()
171 pps_freq = freq; in pps_set_freq()
195 txc->ppsfreq = shift_right((pps_freq >> PPM_SCALE_INV_SHIFT) * in pps_fill_timex()
725 /* update pps_freq */ in process_adjtimex_modes()
954 delta = shift_right(ftemp - pps_freq, NTP_SCALE_SHIFT); in hardpps_update_freq()
955 pps_freq = ftemp; in hardpps_update_freq()
980 time_freq = pps_freq; in hardpps_update_freq()

Completed in 3 milliseconds