Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/freescale/
Dfec.h38 #define FEC_X_CNTRL 0x0c4 /* Transmit Control reg */ macro
160 #define FEC_X_CNTRL 0x144 /* Transmit Control reg */ macro
Dfec_main.c962 writel(0x04, fep->hwp + FEC_X_CNTRL); in fec_restart()
966 writel(0x0, fep->hwp + FEC_X_CNTRL); in fec_restart()
1108 writel(1, fep->hwp + FEC_X_CNTRL); /* Graceful transmit stop */ in fec_stop()