Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ptp/
H A Dptp_clock.c140 s32 max_phase_adj = ops->getmaxphase(ops); in ptp_clock_adjtime() local
146 if (offset > max_phase_adj || offset < -max_phase_adj) in ptp_clock_adjtime()
H A Dptp_chardev.c147 caps.max_phase_adj = ptp->info->getmaxphase(ptp->info); in ptp_ioctl()
/openbmc/linux/include/uapi/linux/
H A Dptp_clock.h98 int max_phase_adj; /* Maximum phase adjustment in nanoseconds. */ member
/openbmc/linux/tools/testing/selftests/ptp/
H A Dtestptp.c323 caps.max_phase_adj); in main()