Home
last modified time | relevance | path

Searched refs:gti_ns_plus_1 (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/renesas/
Dravb_ptp.c77 u32 gti_ns_plus_1 = (priv->ptp.current_addend >> 20) + 1; in ravb_ptp_update_compare() local
80 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()