Searched refs:poll_count (Results 1 - 4 of 4) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_hpc.c831 int poll_count = 0; local
864 ++poll_count;
891 ++poll_count;
904 if (poll_count >= POLL_LATCH_CNT) {
905 poll_count = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arcmsr/
H A Darcmsr_hba.c407 int poll_count = 0; local
419 for (poll_count = 0; poll_count < 256; poll_count++) {
1234 uint32_t flag_ccb, outbound_intstatus, poll_ccb_done = 0, poll_count = 0; local
1238 poll_count++;
1248 if (poll_count > 100)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsmc91x.c712 unsigned int numPages, poll_count, status; local
747 poll_count = MEMORY_WAIT_TIME;
754 } while (--poll_count);
759 if (!poll_count) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-encoder.c148 unsigned int poll_count; local
231 poll_count = 0;
233 poll_count++;
242 if (rdData[0] && (poll_count < 1000)) continue;

Completed in 69 milliseconds