Searched refs:time_step_ns (Results 1 – 1 of 1) sorted by relevance
197 s64 time_step_ns);1232 s64 time_step_ns) in lan743x_ptp_clock_step() argument 1242 if (time_step_ns > 15000000000LL) { in lan743x_ptp_clock_step() 1250 unsigned_seconds += div_u64_rem(time_step_ns, 1000000000LL, in lan743x_ptp_clock_step() 1260 } else if (time_step_ns < -15000000000LL) { in lan743x_ptp_clock_step() 1262 time_step_ns = -time_step_ns; in lan743x_ptp_clock_step() 1271 unsigned_seconds -= div_u64_rem(time_step_ns, 1000000000LL, in lan743x_ptp_clock_step() 1285 if (time_step_ns >= 0) { in lan743x_ptp_clock_step() 1286 abs_time_step_ns = (u64)(time_step_ns); in lan743x_ptp_clock_step() [all...]