Searched refs:FEC_ECNTRL_RESET (Results 1 – 3 of 3) sorted by relevance
254 #define FEC_ECNTRL_RESET 0x00000001 macro460 out_be32(&fecp->fec_ecntrl, FEC_ECNTRL_PINMUX | FEC_ECNTRL_RESET); in fec_reset()461 for (i = 0; (in_be32(&fecp->fec_ecntrl) & FEC_ECNTRL_RESET) && in fec_reset()658 out_be32(&fecp->fec_ecntrl, FEC_ECNTRL_PINMUX | FEC_ECNTRL_RESET); in fec_stop()659 for (i = 0; (in_be32(&fecp->fec_ecntrl) & FEC_ECNTRL_RESET) && in fec_stop()
187 #define FEC_ECNTRL_RESET 0x00000001 /* reset the FEC */ macro
1341 writel(readl(&priv->eth->ecntrl) | FEC_ECNTRL_RESET, in fecmxc_probe()1344 while (readl(&priv->eth->ecntrl) & FEC_ECNTRL_RESET) { in fecmxc_probe()
Completed in 9 milliseconds