Searched refs:syncnum (Results 1 – 2 of 2) sorted by relevance
2236 int syncnum; in nsp32_analyze_sdtr() local2241 syncnum = data->syncnum; in nsp32_analyze_sdtr()2369 if (target->limit_entry >= data->syncnum) { in nsp32_search_period_entry()2374 for (i = target->limit_entry; i < data->syncnum; i++) { in nsp32_search_period_entry()2385 if (i == data->syncnum) { in nsp32_search_period_entry()2613 data->syncnum = ARRAY_SIZE(nsp32_sync_table_40M); in nsp32_detect()2618 data->syncnum = ARRAY_SIZE(nsp32_sync_table_20M); in nsp32_detect()2623 data->syncnum = ARRAY_SIZE(nsp32_sync_table_pci); in nsp32_detect()2631 data->syncnum = ARRAY_SIZE(nsp32_sync_table_40M); in nsp32_detect()
595 int syncnum; /* the max number of synct element */ member