Searched refs:lowest_ns (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/ptp/
H A Dptp_clockmatrix.c992 s64 lowest_ns = 0; local
1020 lowest_ns = current_ns;
1022 if (current_ns < lowest_ns)
1023 lowest_ns = current_ns;
1027 idtcm->tod_write_overhead_ns = lowest_ns;
H A Dptp_fc3.c785 s64 lowest_ns = 0; local
809 lowest_ns = current_ns;
811 if (current_ns < lowest_ns)
812 lowest_ns = current_ns;
816 idtfc3->tod_write_overhead = lowest_ns;

Completed in 212 milliseconds