Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dbootp.c704 ulong rand_ms; in bootp_request() local
727 rand_ms = rand() >> (22 - bootp_try); in bootp_request()
729 rand_ms = rand() >> 19; in bootp_request()
731 printf("Random delay: %ld ms...\n", rand_ms); in bootp_request()
732 mdelay(rand_ms); in bootp_request()