Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_hwtstamp.c130 value |= PTP_TCR_TSADDREG; in config_addend()
136 if (!(readl(ioaddr + PTP_TCR) & PTP_TCR_TSADDREG)) in config_addend()
H A Dstmmac_ptp.h46 #define PTP_TCR_TSADDREG BIT(5) /* Addend Reg Update */ macro