Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dtimex.h80 __kernel_long_t ppsfreq;/* pps frequency (scaled ppm) (ro) */ member
119 long long ppsfreq;/* pps frequency (scaled ppm) (ro) */ member
/openbmc/linux/include/linux/
H A Dtime32.h39 s32 ppsfreq; member
/openbmc/linux/kernel/time/
H A Dtime.c306 txc->ppsfreq = tx32.ppsfreq; in get_old_timex32()
335 tx32.ppsfreq = txc->ppsfreq; in put_old_timex32()
H A Dntp.c195 txc->ppsfreq = shift_right((pps_freq >> PPM_SCALE_INV_SHIFT) * in pps_fill_timex()
228 txc->ppsfreq = 0; in pps_fill_timex()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h288 abi_long ppsfreq; /* PPS (pulse per second) frequency */ member
318 abi_llong ppsfreq; /* PPS (pulse per second) frequency */ member
H A Dsyscall.c7382 __get_user(host_tx->ppsfreq, &target_tx->ppsfreq); in target_to_host_timex()
7417 __put_user(host_tx->ppsfreq, &target_tx->ppsfreq); in host_to_target_timex()
7459 __get_user(host_tx->ppsfreq, &target_tx->ppsfreq); in target_to_host_timex64()
7498 __put_user(host_tx->ppsfreq, &target_tx->ppsfreq); in host_to_target_timex64()
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c1174 long ppsfreq; /* pps frequency (scaled ppm) (ro) */ member