Searched refs:MAX_SPIN (Results 1 – 1 of 1) sorted by relevance
172 #define MAX_SPIN 20 /* Max delay for device ready in usecs */ macro672 for (spin = 0; NOT_READY(ppbus) && spin < MAX_SPIN; ++spin) in lpt_pushbytes()674 if (spin >= MAX_SPIN) { in lpt_pushbytes()