Searched refs:fec_ecntrl (Results 1 – 2 of 2) sorted by relevance
1455 …while(fep->link == 0 || ((((volatile fec_t*)dev->base_addr)->fec_ecntrl & FEC_ECNTRL_ETHER_EN) == … in fec_enet_open()1738 fecp->fec_ecntrl = FEC_ECNTRL_PINMUX | FEC_ECNTRL_RESET; in fec_enet_init()1740 (fecp->fec_ecntrl & FEC_ECNTRL_RESET) && (i < FEC_RESET_DELAY); in fec_enet_init()1942 fecp->fec_ecntrl = FEC_ECNTRL_PINMUX | FEC_ECNTRL_RESET; in fec_restart()1944 (fecp->fec_ecntrl & FEC_ECNTRL_RESET) && (i < FEC_RESET_DELAY); in fec_restart()2054 fecp->fec_ecntrl = FEC_ECNTRL_PINMUX | FEC_ECNTRL_ETHER_EN; in fec_restart()2075 if ((fecp->fec_ecntrl & FEC_ECNTRL_ETHER_EN) == 0) in fec_stop()2094 fecp->fec_ecntrl &= ~(FEC_ECNTRL_ETHER_EN); in fec_stop()
328 uint fec_ecntrl; member