Searched refs:FEC_ECNTRL (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/freescale/ |
| H A D | fec.h | 37 #define FEC_ECNTRL 0x024 /* Ethernet control reg */ macro 149 #define FEC_ECNTRL 0x000 /* Ethernet control reg */ macro
|
| H A D | fec_main.c | 1115 writel(0, fep->hwp + FEC_ECNTRL); in fec_ctrl_reset() 1117 writel(FEC_ECR_RESET, fep->hwp + FEC_ECNTRL); in fec_ctrl_reset() 1121 val = readl(fep->hwp + FEC_ECNTRL); in fec_ctrl_reset() 1123 writel(val, fep->hwp + FEC_ECNTRL); in fec_ctrl_reset() 1314 writel(ecntl, fep->hwp + FEC_ECNTRL); in fec_restart() 1423 writel(FEC_ECR_ETHEREN, fep->hwp + FEC_ECNTRL); in fec_stop() 1428 val = readl(fep->hwp + FEC_ECNTRL); in fec_stop() 1430 writel(val, fep->hwp + FEC_ECNTRL); in fec_stop() 3221 FEC_ECNTRL, FEC_MII_DATA, FEC_MII_SPEED, FEC_MIB_CTRLSTAT, FEC_R_CNTRL, 3251 FEC_ECNTRL, FEC_MII_DATA, FEC_MII_SPEED, FEC_MIB_CTRLSTAT, FEC_R_CNTRL, [all …]
|