Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/
A Dfec.h34 #define FEC_ECNTRL 0x024 /* Ethernet control reg */ macro
146 #define FEC_ECNTRL 0x000 /* Ethernet control reg */ macro
A Dfec_main.c992 writel(0, fep->hwp + FEC_ECNTRL); in fec_restart()
994 writel(1, fep->hwp + FEC_ECNTRL); in fec_restart()
1153 writel(ecntl, fep->hwp + FEC_ECNTRL); in fec_restart()
1209 writel(0, fep->hwp + FEC_ECNTRL); in fec_stop()
1211 writel(1, fep->hwp + FEC_ECNTRL); in fec_stop()
1217 val = readl(fep->hwp + FEC_ECNTRL); in fec_stop()
1219 writel(val, fep->hwp + FEC_ECNTRL); in fec_stop()
1227 writel(2, fep->hwp + FEC_ECNTRL); in fec_stop()
2339 FEC_ECNTRL, FEC_IEVENT, FEC_IMASK, FEC_IVEC, FEC_R_DES_ACTIVE_0,
4101 val = readl(fep->hwp + FEC_ECNTRL); in fec_resume()
[all …]

Completed in 13 milliseconds