Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/renesas/
H A Dravb_ptp.c73 u32 gti_ns_plus_1 = (priv->ptp.current_addend >> 20) + 1; in ravb_ptp_update_compare() local
76 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()