Searched refs:perout_stime (Results 1 – 2 of 2) sorted by relevance
251 if (fep->perout_stime < curr_time + 100 * NSEC_PER_MSEC) { in fec_ptp_pps_perout()258 compare_val = fep->perout_stime - curr_time + ptp_hc; in fec_ptp_pps_perout()562 u64 perout_stime; in fec_ptp_enable() local567 perout_stime = timespec64_to_ns(&start_time); in fec_ptp_enable()592 if (perout_stime <= curr_time) { in fec_ptp_enable()600 delta = perout_stime - curr_time; in fec_ptp_enable()602 fep->perout_stime = perout_stime; in fec_ptp_enable()
678 u64 perout_stime; member