Home
last modified time | relevance | path

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

/drivers/scsi/
Dnsp32.c2279 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()
2314 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()
2315 get_period = data->synct[0].period_num; in nsp32_analyze_sdtr()
2388 unsigned char period = data->synct[target->limit_entry].period_num; in nsp32_set_async()
2408 unsigned char period_num, ackwidth; in nsp32_set_max_sync() local
2410 period_num = data->synct[target->limit_entry].period_num; in nsp32_set_max_sync()
2415 target->syncreg = TO_SYNCREG(period_num, *offset); in nsp32_set_max_sync()
2432 period = data->synct[entry].period_num; in nsp32_set_sync_entry()
Dnsp32.h507 unsigned char period_num; /* period number */ member