Searched refs:FEC_X_CNTRL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | fec.h | 39 #define FEC_X_CNTRL 0x0c4 /* Transmit Control reg */ macro 162 #define FEC_X_CNTRL 0x144 /* Transmit Control reg */ macro
|
H A D | fec_main.c | 988 writel(0x04, fep->hwp + FEC_X_CNTRL); in fec_restart() 992 writel(0x0, fep->hwp + FEC_X_CNTRL); in fec_restart() 1156 writel(1, fep->hwp + FEC_X_CNTRL); /* Graceful transmit stop */ in fec_stop() 2230 FEC_X_CNTRL, FEC_ADDR_LOW, FEC_ADDR_HIGH, FEC_OPD, FEC_TXIC0, FEC_TXIC1, 2260 FEC_X_CNTRL, FEC_ADDR_LOW, FEC_ADDR_HIGH, FEC_OPD, FEC_TXIC0, FEC_RXIC0, 2288 FEC_MAX_FRM_LEN, FEC_X_CNTRL, FEC_ADDR_LOW, FEC_ADDR_HIGH,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | fec.h | 44 #define FEC_X_CNTRL 0x0c4 /* Transmit Control reg */ macro 169 #define FEC_X_CNTRL 0x144 /* Transmit Control reg */ macro
|
H A D | fec_main.c | 1078 writel(0x04, fep->hwp + FEC_X_CNTRL); in fec_restart() 1082 writel(0x0, fep->hwp + FEC_X_CNTRL); in fec_restart() 1299 writel(1, fep->hwp + FEC_X_CNTRL); /* Graceful transmit stop */ in fec_stop() 2568 FEC_X_CNTRL, FEC_ADDR_LOW, FEC_ADDR_HIGH, FEC_OPD, FEC_TXIC0, FEC_TXIC1, 2598 FEC_X_CNTRL, FEC_ADDR_LOW, FEC_ADDR_HIGH, FEC_OPD, FEC_TXIC0, FEC_RXIC0, 2626 FEC_MAX_FRM_LEN, FEC_X_CNTRL, FEC_ADDR_LOW, FEC_ADDR_HIGH,
|
Completed in 13 milliseconds