Searched refs:phase_50ps (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/ptp/
H A Dptp_clockmatrix.c1719 s32 phase_50ps; local
1727 phase_50ps = div_s64((s64)delta_ns * 1000, 50);
1730 buf[i] = phase_50ps & 0xff;
1731 phase_50ps >>= 8;

Completed in 152 milliseconds