Lines Matching refs:timeout
340 uint32_t timeout = 0U; in enet_init() local
362 timeout++; in enet_init()
363 }while((RESET == phy_value) && (timeout < PHY_READ_TO)); in enet_init()
365 if(PHY_READ_TO == timeout){ in enet_init()
369 timeout = 0U; in enet_init()
383 timeout++; in enet_init()
384 }while((RESET == phy_value) && (timeout < (uint32_t)PHY_READ_TO)); in enet_init()
386 if(PHY_READ_TO == timeout){ in enet_init()
390 timeout = 0U; in enet_init()
629 uint32_t timeout = 0U; in enet_software_reset() local
639 timeout++; in enet_software_reset()
640 }while((RESET != dma_flag) && (ENET_DELAY_TO != timeout)); in enet_software_reset()
1606 uint32_t timeout = 0U; in enet_phy_write_read() local
1623 timeout++; in enet_phy_write_read()
1625 while((RESET != phy_flag) && (ENET_DELAY_TO != timeout)); in enet_phy_write_read()
1964 uint32_t timeout = 0U; in enet_txfifo_flush() local
1972 timeout++; in enet_txfifo_flush()
1973 }while((RESET != flush_state) && (timeout < ENET_DELAY_TO)); in enet_txfifo_flush()
2494 uint32_t timeout = 0U; in enet_ptpframe_receive_enhanced_mode() local
2536 timeout++; in enet_ptpframe_receive_enhanced_mode()
2537 }while ((RESET == rdes0_tsv_flag) && (timeout < ENET_DELAY_TO)); in enet_ptpframe_receive_enhanced_mode()
2540 if(ENET_DELAY_TO == timeout){ in enet_ptpframe_receive_enhanced_mode()
2595 uint32_t timeout = 0; in enet_ptpframe_transmit_enhanced_mode() local
2637 timeout++; in enet_ptpframe_transmit_enhanced_mode()
2638 }while((RESET == tdes0_ttmss_flag) && (timeout < ENET_DELAY_TO)); in enet_ptpframe_transmit_enhanced_mode()
2641 if(ENET_DELAY_TO == timeout){ in enet_ptpframe_transmit_enhanced_mode()
2950 uint32_t offset = 0U, timeout = 0U; in enet_ptpframe_transmit_normal_mode() local
2993 timeout++; in enet_ptpframe_transmit_normal_mode()
2994 }while((RESET == tdes0_ttmss_flag) && (timeout < ENET_DELAY_TO)); in enet_ptpframe_transmit_normal_mode()
2997 if(ENET_DELAY_TO == timeout){ in enet_ptpframe_transmit_normal_mode()
3264 uint32_t timeout = 0U; in enet_ptp_timestamp_function_config() local
3279 timeout++; in enet_ptp_timestamp_function_config()
3280 }while((RESET != temp_state) && (timeout < ENET_DELAY_TO)); in enet_ptp_timestamp_function_config()
3282 if(ENET_DELAY_TO == timeout){ in enet_ptp_timestamp_function_config()
3292 timeout++; in enet_ptp_timestamp_function_config()
3293 }while((RESET != temp_state) && (timeout < ENET_DELAY_TO)); in enet_ptp_timestamp_function_config()
3295 if(ENET_DELAY_TO == timeout){ in enet_ptp_timestamp_function_config()
3305 timeout++; in enet_ptp_timestamp_function_config()
3306 }while((RESET != temp_state) && (timeout < ENET_DELAY_TO)); in enet_ptp_timestamp_function_config()
3308 if(ENET_DELAY_TO == timeout){ in enet_ptp_timestamp_function_config()