Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec.h39 #define FEC_ECNTRL 0x024 /* Ethernet control reg */ macro
151 #define FEC_ECNTRL 0x000 /* Ethernet control reg */ macro
H A Dfec_main.c1099 writel(0, fep->hwp + FEC_ECNTRL); in fec_restart()
1101 writel(1, fep->hwp + FEC_ECNTRL); in fec_restart()
1257 writel(ecntl, fep->hwp + FEC_ECNTRL); in fec_restart()
1363 writel(0, fep->hwp + FEC_ECNTRL); in fec_stop()
1365 writel(FEC_ECR_RESET, fep->hwp + FEC_ECNTRL); in fec_stop()
1369 val = readl(fep->hwp + FEC_ECNTRL); in fec_stop()
1371 writel(val, fep->hwp + FEC_ECNTRL); in fec_stop()
1379 writel(FEC_ECR_ETHEREN, fep->hwp + FEC_ECNTRL); in fec_stop()
1384 val = readl(fep->hwp + FEC_ECNTRL); in fec_stop()
1386 writel(val, fep->hwp + FEC_ECNTRL); in fec_stop()
[all …]