Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dbootp.c716 ulong rand_ms; in bootp_request() local
739 rand_ms = rand() >> (22 - bootp_try); in bootp_request()
741 rand_ms = rand() >> 19; in bootp_request()
743 printf("Random delay: %ld ms...\n", rand_ms); in bootp_request()
744 mdelay(rand_ms); in bootp_request()