Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/freescale/
Dfec.h33 #define FEC_ECNTRL 0x024 /* Ethernet control reg */ macro
142 #define FEC_ECNTRL 0x000 /* Ethernet control reg */ macro
Dfec_main.c933 writel(0, fep->hwp + FEC_ECNTRL); in fec_restart()
935 writel(1, fep->hwp + FEC_ECNTRL); in fec_restart()
1081 writel(ecntl, fep->hwp + FEC_ECNTRL); in fec_restart()
1120 writel(0, fep->hwp + FEC_ECNTRL); in fec_stop()
1122 writel(1, fep->hwp + FEC_ECNTRL); in fec_stop()
1128 val = readl(fep->hwp + FEC_ECNTRL); in fec_stop()
1130 writel(val, fep->hwp + FEC_ECNTRL); in fec_stop()
1140 writel(2, fep->hwp + FEC_ECNTRL); in fec_stop()
3464 val = readl(fep->hwp + FEC_ECNTRL); in fec_resume()
3466 writel(val, fep->hwp + FEC_ECNTRL); in fec_resume()