Home
last modified time | relevance | path

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

/u-boot/net/
A Dbootp.c729 ulong rand_ms; in bootp_request() local
752 rand_ms = rand() >> (22 - bootp_try); in bootp_request()
754 rand_ms = rand() >> 19; in bootp_request()
756 printf("Random delay: %ld ms...\n", rand_ms); in bootp_request()
757 mdelay(rand_ms); in bootp_request()

Completed in 3 milliseconds