Lines Matching defs:sync_table
450 struct nsp_sync_table *sync_table;
463 sync_table = nsp_sync_table_20M;
465 sync_table = nsp_sync_table_40M;
468 for ( i = 0; sync_table->max_period != 0; i++, sync_table++) {
469 if ( period >= sync_table->min_period &&
470 period <= sync_table->max_period ) {
475 if (period != 0 && sync_table->max_period == 0) {
489 sync->SyncRegister = (sync_table->chip_period << SYNCREG_PERIOD_SHIFT) |
491 sync->AckWidth = sync_table->ack_width;