Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/freescale/
Dfec.h37 #define FEC_R_CNTRL 0x084 /* Receive control reg */ macro
158 #define FEC_R_CNTRL 0x104 /* Receive control reg */ macro
Dfec_main.c1056 writel(rcntl, fep->hwp + FEC_R_CNTRL); in fec_restart()
1103 u32 rmii_mode = readl(fep->hwp + FEC_R_CNTRL) & (1 << 8); in fec_stop()
1141 writel(rmii_mode, fep->hwp + FEC_R_CNTRL); in fec_stop()
2849 tmp = readl(fep->hwp + FEC_R_CNTRL); in set_multicast_list()
2851 writel(tmp, fep->hwp + FEC_R_CNTRL); in set_multicast_list()
2855 tmp = readl(fep->hwp + FEC_R_CNTRL); in set_multicast_list()
2857 writel(tmp, fep->hwp + FEC_R_CNTRL); in set_multicast_list()