sync_table        451 drivers/scsi/pcmcia/nsp_cs.c 	struct nsp_sync_table *sync_table;
sync_table        464 drivers/scsi/pcmcia/nsp_cs.c 		sync_table = nsp_sync_table_20M;
sync_table        466 drivers/scsi/pcmcia/nsp_cs.c 		sync_table = nsp_sync_table_40M;
sync_table        469 drivers/scsi/pcmcia/nsp_cs.c 	for ( i = 0; sync_table->max_period != 0; i++, sync_table++) {
sync_table        470 drivers/scsi/pcmcia/nsp_cs.c 		if ( period >= sync_table->min_period &&
sync_table        471 drivers/scsi/pcmcia/nsp_cs.c 		     period <= sync_table->max_period	 ) {
sync_table        476 drivers/scsi/pcmcia/nsp_cs.c 	if (period != 0 && sync_table->max_period == 0) {
sync_table        490 drivers/scsi/pcmcia/nsp_cs.c 	sync->SyncRegister    = (sync_table->chip_period << SYNCREG_PERIOD_SHIFT) |
sync_table        492 drivers/scsi/pcmcia/nsp_cs.c 	sync->AckWidth	      = sync_table->ack_width;