Searched refs:FEC_RESET_DELAY (Results 1 – 4 of 4) sorted by relevance
291 #define FEC_RESET_DELAY 50 macro487 (i < FEC_RESET_DELAY); ++i) in fec_reset()490 if (i == FEC_RESET_DELAY) in fec_reset()685 (i < FEC_RESET_DELAY); ++i) in fec_halt()688 if (i == FEC_RESET_DELAY) { in fec_halt()
87 for (i = 0; (fecp->ecr & FEC_ECR_RESET) && (i < FEC_RESET_DELAY); ++i) { in mii_reset()90 if (i == FEC_RESET_DELAY) in mii_reset()
515 for (i = 0; (fecp->ecr & FEC_ECR_RESET) && (i < FEC_RESET_DELAY); ++i) { in fec_reset()518 if (i == FEC_RESET_DELAY) { in fec_reset()
336 #define FEC_RESET_DELAY 100 macro