Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/freescale/
H A Dfec_ptp.c145 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()
191 writel(val, fep->hwp + FEC_TCCR(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()
536 if (rq->perout.index != fep->pps_channel) in fec_ptp_enable()
591 fec_ptp_pps_disable(fep, fep->pps_channel); in fec_ptp_enable()
667 u8 channel = fep->pps_channel; in fec_pps_interrupt()
[all …]
H A Dfec.h680 int pps_channel; member