Searched refs:FEC_ECNTRL_RESET (Results 1 – 3 of 3) sorted by relevance
283 #define FEC_ECNTRL_RESET 0x00000001 macro489 out_be32(&fecp->fec_ecntrl, FEC_ECNTRL_PINMUX | FEC_ECNTRL_RESET); in fec_reset()490 for (i = 0; (in_be32(&fecp->fec_ecntrl) & FEC_ECNTRL_RESET) && in fec_reset()687 out_be32(&fecp->fec_ecntrl, FEC_ECNTRL_PINMUX | FEC_ECNTRL_RESET); in fec_halt()688 for (i = 0; (in_be32(&fecp->fec_ecntrl) & FEC_ECNTRL_RESET) && in fec_halt()
187 #define FEC_ECNTRL_RESET 0x00000001 /* reset the FEC */ macro
1155 writel(readl(&fec->eth->ecntrl) | FEC_ECNTRL_RESET, &fec->eth->ecntrl); in fec_probe()1157 while (readl(&fec->eth->ecntrl) & FEC_ECNTRL_RESET) { in fec_probe()1442 writel(readl(&priv->eth->ecntrl) | FEC_ECNTRL_RESET, in fecmxc_probe()1445 while (readl(&priv->eth->ecntrl) & FEC_ECNTRL_RESET) { in fecmxc_probe()
Completed in 9 milliseconds