Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/
Dfec.h39 #define FEC_ECNTRL 0x024 /* Ethernet control reg */ macro
151 #define FEC_ECNTRL 0x000 /* Ethernet control reg */ macro
Dfec_main.c1067 writel(0, fep->hwp + FEC_ECNTRL); in fec_restart()
1069 writel(1, fep->hwp + FEC_ECNTRL); in fec_restart()
1225 writel(ecntl, fep->hwp + FEC_ECNTRL); in fec_restart()
1326 writel(0, fep->hwp + FEC_ECNTRL); in fec_stop()
1328 writel(FEC_ECR_RESET, fep->hwp + FEC_ECNTRL); in fec_stop()
1332 val = readl(fep->hwp + FEC_ECNTRL); in fec_stop()
1334 writel(val, fep->hwp + FEC_ECNTRL); in fec_stop()
1342 writel(FEC_ECR_ETHEREN, fep->hwp + FEC_ECNTRL); in fec_stop()
1347 val = readl(fep->hwp + FEC_ECNTRL); in fec_stop()
1349 writel(val, fep->hwp + FEC_ECNTRL); in fec_stop()
[all …]