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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DNCR53C9x.h362 unsigned int max_period; /* longest our period can be */ member in struct:NCR_ESP
H A Desp_scsi.h506 u32 max_period; member in struct:esp
H A Desp_scsi.c238 esp->max_period = ((35 * esp->ccycle) / 1000);
252 esp->max_period = (esp->max_period + 3)>>2;
1455 if (period > esp->max_period) {
H A DNCR53C9x.c389 esp->max_period = ((35 * esp->ccycle) / 1000);
443 esp->max_period = (esp->max_period + 3)>>2;
2878 if(offset && period > esp->max_period) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c415 unsigned int max_period; member in struct:nsp_sync_table
462 for ( i = 0; sync_table->max_period != 0; i++, sync_table++) {
464 period <= sync_table->max_period ) {
469 if (period != 0 && sync_table->max_period == 0) {

Completed in 124 milliseconds