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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/arm/
H A Dacornscsi.c636 } sync_xfer_table[] = { variable in typeref:struct:sync_xfer_tbl
657 for (i = 1; sync_xfer_table[i].period_ns; i++)
658 if (syncxfer == sync_xfer_table[i].reg_value)
659 return sync_xfer_table[i].period_ns;
675 for (i = 1; sync_xfer_table[i].period_ns; i++) {
676 if ((period <= sync_xfer_table[i].period_ns) &&
677 (period > sync_xfer_table[i - 1].period_ns))
694 return sync_xfer_table[round_period(period)].reg_value |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.c636 } sync_xfer_table[] = { variable in typeref:struct:sync_xfer_tbl
657 for (i = 1; sync_xfer_table[i].period_ns; i++)
658 if (syncxfer == sync_xfer_table[i].reg_value)
659 return sync_xfer_table[i].period_ns;
675 for (i = 1; sync_xfer_table[i].period_ns; i++) {
676 if ((period <= sync_xfer_table[i].period_ns) &&
677 (period > sync_xfer_table[i - 1].period_ns))
694 return sync_xfer_table[round_period(period)].reg_value |

Completed in 59 milliseconds