Home
last modified time | relevance | path

Searched refs:timeout_count (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/serial/
A Darm_dcc.c114 unsigned int timeout_count = TIMEOUT_COUNT; in arm_dcc_putc() local
116 while (--timeout_count) { in arm_dcc_putc()
121 if (timeout_count == 0) in arm_dcc_putc()
/u-boot/drivers/video/
A Dlogicore_dp_tx.c378 u32 timeout_count; in aux_request_send() local
383 timeout_count = 0; in aux_request_send()
388 timeout_count++; in aux_request_send()
389 if (timeout_count >= AUX_MAX_TIMEOUT_COUNT) in aux_request_send()
436 timeout_count = 0; in aux_request_send()
441 timeout_count++; in aux_request_send()
442 if (timeout_count >= AUX_MAX_TIMEOUT_COUNT) in aux_request_send()
469 u32 timeout_count = 0; in aux_request() local
472 (timeout_count < AUX_MAX_TIMEOUT_COUNT)) { in aux_request()
477 timeout_count++; in aux_request()
[all …]
/u-boot/net/
A Dtftp.c81 static int timeout_count; variable
309 timeout_count = 0; /* we've done well, reset the timeout */ in update_block_number()
716 if (++timeout_count > timeout_count_max) { in tftp_timeout_handler()
865 timeout_count = 0; in tftp_start()
910 timeout_count = 0; in tftp_start_server()

Completed in 8 milliseconds