Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/mscc/
H A Dmscc_ptp.h140 #define PTP_LTC_SEQ_ERR_MASK GENMASK(18, 0) macro
141 #define PTP_LTC_SEQ_ERR(x) ((x) & PTP_LTC_SEQ_ERR_MASK)
H A Dmscc_ptp.c1314 val &= ~(PTP_LTC_SEQ_ERR_MASK | PTP_LTC_SEQ_ADD_SUB); in __vsc8584_init_ptp()