Searched refs:FEC_RESET_DELAY (Results 1 – 8 of 8) 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()
517 for (i = 0; (fecp->ecr & FEC_ECR_RESET) && (i < FEC_RESET_DELAY); ++i) { in fec_reset()520 if (i == FEC_RESET_DELAY) { in fec_reset()
76 #define FEC_RESET_DELAY 50 macro83 for (i = 0; i < FEC_RESET_DELAY; i++) { in whack_reset()355 i < FEC_RESET_DELAY; i++) in stop()358 if (i == FEC_RESET_DELAY) in stop()
41 #define FEC_RESET_DELAY 50 macro
25 #define FEC_RESET_DELAY 50 /* uS */ macro
599 for (i = 0; i < FEC_RESET_DELAY; ++i) { in mpc52xx_fec_hw_init()604 if (i == FEC_RESET_DELAY) in mpc52xx_fec_hw_init()
337 #define FEC_RESET_DELAY 100 macro