Lines Matching refs:timeout
341 uint32_t timeout = 0U; in enet_init() local
363 timeout++; in enet_init()
364 } while((RESET == phy_value) && (timeout < PHY_READ_TO)); in enet_init()
366 if(PHY_READ_TO == timeout) { in enet_init()
370 timeout = 0U; in enet_init()
384 timeout++; in enet_init()
385 } while((RESET == phy_value) && (timeout < (uint32_t)PHY_READ_TO)); in enet_init()
387 if(PHY_READ_TO == timeout) { in enet_init()
391 timeout = 0U; in enet_init()
631 uint32_t timeout = 0U; in enet_software_reset() local
641 timeout++; in enet_software_reset()
642 } while((RESET != dma_flag) && (ENET_DELAY_TO != timeout)); in enet_software_reset()
1598 uint32_t timeout = 0U; in enet_phy_write_read() local
1615 timeout++; in enet_phy_write_read()
1616 } while((RESET != phy_flag) && (ENET_DELAY_TO != timeout)); in enet_phy_write_read()
1955 uint32_t timeout = 0U; in enet_txfifo_flush() local
1963 timeout++; in enet_txfifo_flush()
1964 } while((RESET != flush_state) && (timeout < ENET_DELAY_TO)); in enet_txfifo_flush()
2485 uint32_t timeout = 0U; in enet_ptpframe_receive_enhanced_mode() local
2527 timeout++; in enet_ptpframe_receive_enhanced_mode()
2528 } while((RESET == rdes0_tsv_flag) && (timeout < ENET_DELAY_TO)); in enet_ptpframe_receive_enhanced_mode()
2531 if(ENET_DELAY_TO == timeout) { in enet_ptpframe_receive_enhanced_mode()
2585 uint32_t timeout = 0; in enet_ptpframe_transmit_enhanced_mode() local
2627 timeout++; in enet_ptpframe_transmit_enhanced_mode()
2628 } while((RESET == tdes0_ttmss_flag) && (timeout < ENET_DELAY_TO)); in enet_ptpframe_transmit_enhanced_mode()
2631 if(ENET_DELAY_TO == timeout) { in enet_ptpframe_transmit_enhanced_mode()
2941 uint32_t offset = 0U, timeout = 0U; in enet_ptpframe_transmit_normal_mode() local
2984 timeout++; in enet_ptpframe_transmit_normal_mode()
2985 } while((RESET == tdes0_ttmss_flag) && (timeout < ENET_DELAY_TO)); in enet_ptpframe_transmit_normal_mode()
2988 if(ENET_DELAY_TO == timeout) { in enet_ptpframe_transmit_normal_mode()
3236 uint32_t timeout = 0U; in enet_ptp_timestamp_function_config() local
3251 timeout++; in enet_ptp_timestamp_function_config()
3252 } while((RESET != temp_state) && (timeout < ENET_DELAY_TO)); in enet_ptp_timestamp_function_config()
3254 if(ENET_DELAY_TO == timeout) { in enet_ptp_timestamp_function_config()
3264 timeout++; in enet_ptp_timestamp_function_config()
3265 } while((RESET != temp_state) && (timeout < ENET_DELAY_TO)); in enet_ptp_timestamp_function_config()
3267 if(ENET_DELAY_TO == timeout) { in enet_ptp_timestamp_function_config()
3277 timeout++; in enet_ptp_timestamp_function_config()
3278 } while((RESET != temp_state) && (timeout < ENET_DELAY_TO)); in enet_ptp_timestamp_function_config()
3280 if(ENET_DELAY_TO == timeout) { in enet_ptp_timestamp_function_config()