Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/freescale/
H A Dfec_ptp.c77 #define FEC_TCSR(n) (0x608 + n * 0x08) macro
145 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
148 writel(val, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
149 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
202 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
207 writel(val, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
215 writel(0, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
263 temp_val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_pps_perout()
501 writel(0, fep->hwp + FEC_TCSR(channel)); in fec_ptp_pps_disable()
670 val = readl(fep->hwp + FEC_TCSR(channel)); in fec_pps_interrupt()
[all …]