Searched refs:new_thresh (Results 1 – 1 of 1) sorted by relevance
170 u64 tstmp, new_thresh; in otx2_ptp_extts_check() local183 new_thresh = tstmp % 500000000; in otx2_ptp_extts_check()184 if (ptp->thresh != new_thresh) { in otx2_ptp_extts_check()186 ptp_set_thresh(ptp, new_thresh); in otx2_ptp_extts_check()188 ptp->thresh = new_thresh; in otx2_ptp_extts_check()
Completed in 4 milliseconds