Searched refs:maxspin (Results 1 – 2 of 2) sorted by relevance
901 int maxspin = CVC_OUT_MAXSPIN; in cvc_putc() local902 while ((BBSRAM_OUTPUT_COUNT != 0) && --maxspin) { in cvc_putc()939 int maxspin = CVC_OUT_MAXSPIN; in cvc_flush_buf() local940 while ((BBSRAM_OUTPUT_COUNT != 0) && --maxspin) { in cvc_flush_buf()
2606 int maxspin = 10; in fdc_intr() local2622 while (((pendstate & MS_RQM) == 0) && (maxspin-- > 0)) { in fdc_intr()