Home
last modified time | relevance | path

Searched refs:FEC_ECNTRL_RESET (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/net/
Dmpc8xx_fec.c279 #define FEC_ECNTRL_RESET 0x00000001 macro
485 out_be32(&fecp->fec_ecntrl, FEC_ECNTRL_PINMUX | FEC_ECNTRL_RESET); in fec_reset()
486 for (i = 0; (in_be32(&fecp->fec_ecntrl) & FEC_ECNTRL_RESET) && in fec_reset()
683 out_be32(&fecp->fec_ecntrl, FEC_ECNTRL_PINMUX | FEC_ECNTRL_RESET); in fec_halt()
684 for (i = 0; (in_be32(&fecp->fec_ecntrl) & FEC_ECNTRL_RESET) && in fec_halt()
Dfec_mxc.c1091 writel(readl(&fec->eth->ecntrl) | FEC_ECNTRL_RESET, &fec->eth->ecntrl); in fec_probe()
1093 while (readl(&fec->eth->ecntrl) & FEC_ECNTRL_RESET) { in fec_probe()
1261 writel(readl(&priv->eth->ecntrl) | FEC_ECNTRL_RESET, in fecmxc_probe()
1264 while (readl(&priv->eth->ecntrl) & FEC_ECNTRL_RESET) { in fecmxc_probe()
Dfec_mxc.h185 #define FEC_ECNTRL_RESET 0x00000001 /* reset the FEC */ macro