Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/freescale/
Dfec_ptp.c79 #define FEC_TCSR(n) (0x608 + n * 0x08) macro
116 writel(FEC_T_TF_MASK, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
122 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
125 writel(val, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
126 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
179 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
184 writel(val, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
192 writel(0, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
541 val = readl(fep->hwp + FEC_TCSR(channel)); in fec_pps_interrupt()
548 writel(val, fep->hwp + FEC_TCSR(channel)); in fec_pps_interrupt()
[all …]