Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/serial/
H A Darm_dcc.c115 unsigned int timeout_count = TIMEOUT_COUNT; in arm_dcc_putc() local
117 while (--timeout_count) { in arm_dcc_putc()
122 if (timeout_count == 0) in arm_dcc_putc()
/rk3399_rockchip-uboot/net/
H A Dtftp.c74 static int timeout_count; variable
300 timeout_count = 0; /* we've done well, reset the timeout */ in update_block_number()
688 if (++timeout_count > timeout_count_max) { in tftp_timeout_handler()
822 timeout_count = 0; in tftp_start()
863 timeout_count = 0; in tftp_start_server()