Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/mscc/
H A Dmscc_ptp.h135 #define PTP_LTC_SEQUENCE_A_MASK GENMASK(3, 0) macro
136 #define PTP_LTC_SEQUENCE_A(x) ((x) & PTP_LTC_SEQUENCE_A_MASK)
H A Dmscc_ptp.c1309 val &= ~PTP_LTC_SEQUENCE_A_MASK; in __vsc8584_init_ptp()