Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_ptp.c247 if (fep->perout_stime < curr_time + 100 * NSEC_PER_MSEC) { in fec_ptp_pps_perout()
253 compare_val = fep->perout_stime - curr_time + ptp_hc; in fec_ptp_pps_perout()
560 fep->perout_stime = timespec64_to_ns(&start_time); in fec_ptp_enable()
575 delta = fep->perout_stime - curr_time; in fec_ptp_enable()
577 if (fep->perout_stime <= curr_time) { in fec_ptp_enable()
H A Dfec.h687 u64 perout_stime; member