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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c444 struct nsp_sync_table *sync_table; local
457 sync_table = nsp_sync_table_20M;
459 sync_table = nsp_sync_table_40M;
462 for ( i = 0; sync_table->max_period != 0; i++, sync_table++) {
463 if ( period >= sync_table->min_period &&
464 period <= sync_table->max_period ) {
469 if (period != 0 && sync_table->max_period == 0) {
483 sync->SyncRegister = (sync_table->chip_period << SYNCREG_PERIOD_SHIFT) |
485 sync->AckWidth = sync_table
[all...]

Completed in 40 milliseconds