Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dnsp32.c2425 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()
2460 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()
2461 get_period = data->synct[0].period_num; in nsp32_analyze_sdtr()
2534 unsigned char period = data->synct[target->limit_entry].period_num; in nsp32_set_async()
2554 unsigned char period_num, ackwidth; in nsp32_set_max_sync() local
2556 period_num = data->synct[target->limit_entry].period_num; in nsp32_set_max_sync()
2561 target->syncreg = TO_SYNCREG(period_num, *offset); in nsp32_set_max_sync()
2578 period = data->synct[entry].period_num; in nsp32_set_sync_entry()
Dnsp32.h529 unsigned char period_num; /* period number */ member