Searched refs:FEC_ECNTRL_RESET (Results 1 – 3 of 3) sorted by relevance
279 #define FEC_ECNTRL_RESET 0x00000001 macro485 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()
1091 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()
185 #define FEC_ECNTRL_RESET 0x00000001 /* reset the FEC */ macro