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

/linux-master/drivers/net/ethernet/freescale/
H A Dfec_ptp.c79 #define FEC_TCCR(n) (0x60C + n * 0x08) macro
170 writel(val, fep->hwp + FEC_TCCR(fep->pps_channel));
191 writel(fep->next_counter, fep->hwp + FEC_TCCR(fep->pps_channel));
228 * the FEC_TCCR register in time and missed the start time.
239 writel(compare_val, fep->hwp + FEC_TCCR(fep->pps_channel));
258 writel(fep->next_counter, fep->hwp + FEC_TCCR(fep->pps_channel));
587 * the time comparison register FEC_TCCR also only low 31 bits can be
590 * 1 second before the start time to be able to set FEC_TCCR.
683 writel(fep->next_counter, fep->hwp + FEC_TCCR(channel));

Completed in 126 milliseconds