Searched refs:time_step_ns (Results 1 – 1 of 1) sorted by relevance
180 s64 time_step_ns);649 s64 time_step_ns) in lan743x_ptp_clock_step() argument659 if (time_step_ns > 15000000000LL) { in lan743x_ptp_clock_step()663 unsigned_seconds += div_u64_rem(time_step_ns, 1000000000LL, in lan743x_ptp_clock_step()673 } else if (time_step_ns < -15000000000LL) { in lan743x_ptp_clock_step()675 time_step_ns = -time_step_ns; in lan743x_ptp_clock_step()679 unsigned_seconds -= div_u64_rem(time_step_ns, 1000000000LL, in lan743x_ptp_clock_step()693 if (time_step_ns >= 0) { in lan743x_ptp_clock_step()694 abs_time_step_ns = (u64)(time_step_ns); in lan743x_ptp_clock_step()699 abs_time_step_ns = (u64)(-time_step_ns); in lan743x_ptp_clock_step()