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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dnsp32.c2244 nsp32_sync_table *synct; local
2252 synct = data->synct;
2301 if (get_period < data->synct[0].period_num) {
2336 if (get_period < data->synct[0].period_num) {
2337 get_period = data->synct[0].period_num;
2387 if (period >= data->synct[i].start_period &&
2388 period <= data->synct[i].end_period) {
2410 unsigned char period = data->synct[target->limit_entry].period_num;
2432 period_num = data->synct[targe
[all...]
H A Dnsp32.h594 nsp32_sync_table *synct; /* sync_table determined by clock */ member in struct:_nsp32_hw_data
595 int syncnum; /* the max number of synct element */

Completed in 129 milliseconds