Home
last modified time | relevance | path

Searched refs:offset_ps (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/ptp/
H A Dptp_clockmatrix.c1255 s64 offset_ps; in _idtcm_adjphase() local
1273 offset_ps = (s64)delta_ns * 1000; in _idtcm_adjphase()
1280 if (offset_ps > MAX_ABS_WRITE_PHASE_PICOSECONDS) in _idtcm_adjphase()
1281 offset_ps = MAX_ABS_WRITE_PHASE_PICOSECONDS; in _idtcm_adjphase()
1282 else if (offset_ps < -MAX_ABS_WRITE_PHASE_PICOSECONDS) in _idtcm_adjphase()
1283 offset_ps = -MAX_ABS_WRITE_PHASE_PICOSECONDS; in _idtcm_adjphase()
1285 phase_50ps = DIV_ROUND_CLOSEST(div64_s64(offset_ps, 50), 1); in _idtcm_adjphase()

Completed in 3 milliseconds