Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/
Dfec_ptp.c91 #define FEC_TCSR(n) (0x608 + n * 0x08) macro
136 writel(FEC_T_TF_MASK, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
142 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
145 writel(val, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
146 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
203 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
208 writel(val, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
216 writel(0, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
621 val = readl(fep->hwp + FEC_TCSR(channel)); in fec_ptp_check_pps_event()
628 writel(val, fep->hwp + FEC_TCSR(channel)); in fec_ptp_check_pps_event()
[all …]