Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_ptp.c62 #define FEC_T_TMODE_MASK 0x0000003C macro
125 val &= ~(FEC_T_TMODE_MASK); in fec_ptp_enable_pps()
128 } while (val & FEC_T_TMODE_MASK); in fec_ptp_enable_pps()
183 val &= ~(FEC_T_TMODE_MASK); in fec_ptp_enable_pps()
250 temp_val &= ~(FEC_T_TMODE_MASK); in fec_ptp_pps_perout()