Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dnsp32.c2279 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()
2315 get_period = data->synct[0].period_num; in nsp32_analyze_sdtr()
2365 if (period >= data->synct[i].start_period && in nsp32_search_period_entry()
2366 period <= data->synct[i].end_period) { in nsp32_search_period_entry()
2432 period = data->synct[entry].period_num; in nsp32_set_sync_entry()
2433 ackwidth = data->synct[entry].ackwidth; in nsp32_set_sync_entry()
2434 sample_rate = data->synct[entry].sample_rate; in nsp32_set_sync_entry()
2601 data->synct = nsp32_sync_table_40M; in nsp32_detect()
2606 data->synct = nsp32_sync_table_20M; in nsp32_detect()
2611 data->synct = nsp32_sync_table_pci; in nsp32_detect()
[all …]
H A Dnsp32.h594 nsp32_sync_table *synct; /* sync_table determined by clock */ member