Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/freescale/
H A Dfec_ptp.c78 #define FEC_TCCR(n) (0x60C + n * 0x08) macro
191 writel(val, fep->hwp + FEC_TCCR(fep->pps_channel)); in fec_ptp_enable_pps()
212 writel(fep->next_counter, fep->hwp + FEC_TCCR(fep->pps_channel)); in fec_ptp_enable_pps()
254 writel(compare_val, fep->hwp + FEC_TCCR(fep->pps_channel)); in fec_ptp_pps_perout()
273 writel(fep->next_counter, fep->hwp + FEC_TCCR(fep->pps_channel)); in fec_ptp_pps_perout()
675 writel(fep->next_counter, fep->hwp + FEC_TCCR(channel)); in fec_pps_interrupt()