Searched refs:FEC_ECNTRL_RESET (Results 1 – 3 of 3) sorted by relevance
280 #define FEC_ECNTRL_RESET 0x00000001 macro486 out_be32(&fecp->fec_ecntrl, FEC_ECNTRL_PINMUX | FEC_ECNTRL_RESET); in fec_reset()487 for (i = 0; (in_be32(&fecp->fec_ecntrl) & FEC_ECNTRL_RESET) && in fec_reset()684 out_be32(&fecp->fec_ecntrl, FEC_ECNTRL_PINMUX | FEC_ECNTRL_RESET); in fec_halt()685 for (i = 0; (in_be32(&fecp->fec_ecntrl) & FEC_ECNTRL_RESET) && in fec_halt()
186 #define FEC_ECNTRL_RESET 0x00000001 /* reset the FEC */ macro
1078 writel(readl(&fec->eth->ecntrl) | FEC_ECNTRL_RESET, &fec->eth->ecntrl); in fec_probe()1080 while (readl(&fec->eth->ecntrl) & FEC_ECNTRL_RESET) { in fec_probe()1240 writel(readl(&priv->eth->ecntrl) | FEC_ECNTRL_RESET, in fecmxc_probe()1243 while (readl(&priv->eth->ecntrl) & FEC_ECNTRL_RESET) { in fecmxc_probe()