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