Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c901 int maxspin = CVC_OUT_MAXSPIN; in cvc_putc() local
902 while ((BBSRAM_OUTPUT_COUNT != 0) && --maxspin) { in cvc_putc()
939 int maxspin = CVC_OUT_MAXSPIN; in cvc_flush_buf() local
940 while ((BBSRAM_OUTPUT_COUNT != 0) && --maxspin) { in cvc_flush_buf()
/titanic_41/usr/src/uts/common/io/
H A Dfdc.c2606 int maxspin = 10; in fdc_intr() local
2622 while (((pendstate & MS_RQM) == 0) && (maxspin-- > 0)) { in fdc_intr()