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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.c643 * Prototype: int acornscsi_getperiod(unsigned char syncxfer)
645 * Params : syncxfer SYNCXFER register value
649 int acornscsi_getperiod(unsigned char syncxfer) argument
653 syncxfer &= 0xf0;
654 if (syncxfer == 0x10)
655 syncxfer = 0;
658 if (syncxfer == sync_xfer_table[i].reg_value)

Completed in 27 milliseconds