Searched refs:poll_for (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_pc.c482 int poll_for = 8; /* 80 usecs */ local
553 if (i < (poll_for - 2))
554 poll_for--;
556 } else if (i++ < poll_for) {

Completed in 112 milliseconds