poll_for          479 drivers/parport/parport_pc.c 	int poll_for = 8; /* 80 usecs */
poll_for          550 drivers/parport/parport_pc.c 			if (i < (poll_for - 2))
poll_for          551 drivers/parport/parport_pc.c 				poll_for--;
poll_for          553 drivers/parport/parport_pc.c 		} else if (i++ < poll_for) {