Searched refs:gti_ns_plus_1 (Results 1 – 1 of 1) sorted by relevance
73 u32 gti_ns_plus_1 = (priv->ptp.current_addend >> 20) + 1; in ravb_ptp_update_compare() local76 if (ns < gti_ns_plus_1) in ravb_ptp_update_compare()77 ns = gti_ns_plus_1; in ravb_ptp_update_compare()78 else if (ns > 0 - gti_ns_plus_1) in ravb_ptp_update_compare()79 ns = 0 - gti_ns_plus_1; in ravb_ptp_update_compare()