Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_hwtstamp.c22 PTP_TCR_TSINIT | PTP_TCR_TSUPDT | \
177 value |= PTP_TCR_TSUPDT; in adjust_systime()
182 !(value & PTP_TCR_TSUPDT), in adjust_systime()
H A Dstmmac_ptp.h44 #define PTP_TCR_TSUPDT BIT(3) /* Timestamp Update */ macro