time_step_ns      180 drivers/net/ethernet/microchip/lan743x_ptp.c 				   s64 time_step_ns);
time_step_ns      653 drivers/net/ethernet/microchip/lan743x_ptp.c 				   s64 time_step_ns)
time_step_ns      663 drivers/net/ethernet/microchip/lan743x_ptp.c 	if (time_step_ns >  15000000000LL) {
time_step_ns      667 drivers/net/ethernet/microchip/lan743x_ptp.c 		unsigned_seconds += div_u64_rem(time_step_ns, 1000000000LL,
time_step_ns      677 drivers/net/ethernet/microchip/lan743x_ptp.c 	} else if (time_step_ns < -15000000000LL) {
time_step_ns      679 drivers/net/ethernet/microchip/lan743x_ptp.c 		time_step_ns = -time_step_ns;
time_step_ns      683 drivers/net/ethernet/microchip/lan743x_ptp.c 		unsigned_seconds -= div_u64_rem(time_step_ns, 1000000000LL,
time_step_ns      697 drivers/net/ethernet/microchip/lan743x_ptp.c 	if (time_step_ns >= 0) {
time_step_ns      698 drivers/net/ethernet/microchip/lan743x_ptp.c 		abs_time_step_ns = (u64)(time_step_ns);
time_step_ns      703 drivers/net/ethernet/microchip/lan743x_ptp.c 		abs_time_step_ns = (u64)(-time_step_ns);