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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Din2000.c435 write_3393(hostdata, WD_SYNCHRONOUS_TRANSFER, hostdata->sync_xfer[cmd->device->id]);
451 * the sync_xfer array, and a corresponding status byte in sync_stat[].
453 * sync_xfer[] entry is initialized to the default/safe value. SS_UNSET
645 write_3393(hostdata, WD_SYNCHRONOUS_TRANSFER, hostdata->sync_xfer[cmd->device->id]);
1139 hostdata->sync_xfer[cmd->device->id] = calc_sync_xfer(hostdata->default_sx_per / 4, 0);
1141 hostdata->sync_xfer[cmd->device->id] = id;
1144 printk("sync_xfer=%02x", hostdata->sync_xfer[cmd->device->id]);
1532 hostdata->sync_xfer[x] = calc_sync_xfer(DEFAULT_SX_PER / 4, DEFAULT_SX_OFF);
1901 hostdata->sync_xfer[
[all...]
H A Dwd33c93.c582 hostdata->sync_xfer[cmd->device->id]);
599 * sync_xfer array, and a corresponding status byte in sync_stat[].
601 * sync_xfer[] entry is initialized to the default/safe value. SS_UNSET
739 hostdata->sync_xfer[cmd->device->id]);
1032 hostdata->sync_xfer[cmd->device->id] =
1090 hostdata->sync_xfer[cmd->device->id] = id;
1092 printk(" sync_xfer=%02x\n",
1093 hostdata->sync_xfer[cmd->device->id]);
1573 hostdata->sync_xfer[i] =
1940 hostdata->sync_xfer[
[all...]
H A Din2000.h300 uchar sync_xfer[8]; /* sync_xfer reg settings per target */ member in struct:IN2000_hostdata
370 /* defines for hostdata->sync_xfer[] */
H A Dwd33c93.h255 uchar sync_xfer[8]; /* sync_xfer reg settings per target */ member in struct:WD33C93_hostdata
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.h324 unsigned char sync_xfer; /* synchronous transfer (SBIC value) */ member in struct:acornscsi_hostdata::__anon14248
H A Dacornscsi.c1572 host->device[host->SCpnt->device->id].sync_xfer = SYNCHTRANSFER_2DBA;
1574 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer);
1608 host->device[host->SCpnt->device->id].sync_xfer =
1621 host->device[host->SCpnt->device->id].sync_xfer =
1624 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer);
1750 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer);
2879 if (host->device[scd->id].sync_xfer & 15)
2881 host->device[scd->id].sync_xfer & 15,
2882 acornscsi_getperiod(host->device[scd->id].sync_xfer));

Completed in 89 milliseconds