Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dnsp32.h535 #define TO_SYNCREG(period, offset) (((period) & 0x0f) << 4 | ((offset) & 0x0f)) macro
A Dnsp32.c2398 target->syncreg = TO_SYNCREG(period, ASYNC_OFFSET); in nsp32_set_async()
2421 target->syncreg = TO_SYNCREG(period_num, *offset); in nsp32_set_max_sync()
2442 target->syncreg = TO_SYNCREG(period, offset); in nsp32_set_sync_entry()

Completed in 10 milliseconds