Home
last modified time | relevance | path

Searched refs:synct (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/
A Dnsp32.c2285 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()
2321 get_period = data->synct[0].period_num; in nsp32_analyze_sdtr()
2371 if (period >= data->synct[i].start_period && in nsp32_search_period_entry()
2372 period <= data->synct[i].end_period) { in nsp32_search_period_entry()
2438 period = data->synct[entry].period_num; in nsp32_set_sync_entry()
2439 ackwidth = data->synct[entry].ackwidth; in nsp32_set_sync_entry()
2440 sample_rate = data->synct[entry].sample_rate; in nsp32_set_sync_entry()
2607 data->synct = nsp32_sync_table_40M; in nsp32_detect()
2612 data->synct = nsp32_sync_table_20M; in nsp32_detect()
2617 data->synct = nsp32_sync_table_pci; in nsp32_detect()
[all …]
A Dnsp32.h585 nsp32_sync_table *synct; /* sync_table determined by clock */ member

Completed in 11 milliseconds