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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c408 data->SelectionTimeOut = 1;
999 data->SelectionTimeOut == 0) {
1059 //nsp_dbg(NSP_DEBUG_INTR, "selection count=%d", data->SelectionTimeOut);
1060 if (data->SelectionTimeOut >= NSP_SELTIMEOUT) {
1062 data->SelectionTimeOut = 0;
1070 data->SelectionTimeOut += 1;
1077 data->SelectionTimeOut = 0;
H A Dnsp_cs.h268 int SelectionTimeOut; member in struct:_nsp_hw_data

Completed in 53 milliseconds