Searched refs:FEC_RESET_DELAY (Results 1 – 4 of 4) sorted by relevance
292 #define FEC_RESET_DELAY 50 macro488 (i < FEC_RESET_DELAY); ++i) in fec_reset()491 if (i == FEC_RESET_DELAY) in fec_reset()686 (i < FEC_RESET_DELAY); ++i) in fec_halt()689 if (i == FEC_RESET_DELAY) { in fec_halt()
88 for (i = 0; (fecp->ecr & FEC_ECR_RESET) && (i < FEC_RESET_DELAY); ++i) { in mii_reset()91 if (i == FEC_RESET_DELAY) in mii_reset()
516 for (i = 0; (fecp->ecr & FEC_ECR_RESET) && (i < FEC_RESET_DELAY); ++i) { in fec_reset()519 if (i == FEC_RESET_DELAY) { in fec_reset()
336 #define FEC_RESET_DELAY 100 macro