Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dsf.c72 static ulong bytes_per_second(unsigned int len, ulong start_ms) in bytes_per_second() argument
76 return len / (max(get_timer(start_ms) / 1024, 1UL)); in bytes_per_second()
78 return 1024 * len / max(get_timer(start_ms), 1UL); in bytes_per_second()
H A Dtftp_update.c622 ulong start_ms; in do_tftp_full_update() local
627 start_ms = get_timer(0); in do_tftp_full_update()
726 total_ms = get_timer(start_ms); in do_tftp_full_update()