Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sbus/
H A Ddbri.c614 int maxloops = 1000000; in dbri_command_send() local
630 while ((--maxloops) > 0 && in dbri_command_send()
638 if (maxloops == 0) { in dbri_command_send()
646 while ((--maxloops) > 0 && (!sc->sc_waitseen)) in dbri_command_send()
648 if (maxloops == 0) { in dbri_command_send()
/netbsd-src/sys/dev/ic/
H A Daic7xxx.c4918 int maxloops; in ahc_pause_and_flushwork() local
4921 maxloops = 1000; in ahc_pause_and_flushwork()
4935 } while (--maxloops in ahc_pause_and_flushwork()
4938 if (maxloops == 0) { in ahc_pause_and_flushwork()
H A Daic79xx.c6816 u_int maxloops; in ahd_pause_and_flushwork() local
6819 maxloops = 1000; in ahd_pause_and_flushwork()
6854 } while (--maxloops in ahd_pause_and_flushwork()
6859 if (maxloops == 0) { in ahd_pause_and_flushwork()