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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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.c581 hostdata->sync_xfer[cmd->device->id]);
598 * sync_xfer array, and a corresponding status byte in sync_stat[].
600 * 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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/arm/
H A Dacornscsi.h324 unsigned char sync_xfer; /* synchronous transfer (SBIC value) */ member in struct:acornscsi_hostdata::__anon6423
H A Dacornscsi.c1575 host->device[host->SCpnt->device->id].sync_xfer = SYNCHTRANSFER_2DBA;
1577 sbic_arm_write(host->scsi.io_port, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer);
1611 host->device[host->SCpnt->device->id].sync_xfer =
1624 host->device[host->SCpnt->device->id].sync_xfer =
1627 sbic_arm_write(host->scsi.io_port, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer);
1753 sbic_arm_write(host->scsi.io_port, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer);
2901 if (host->device[scd->id].sync_xfer & 15)
2903 host->device[scd->id].sync_xfer & 15,
2904 acornscsi_getperiod(host->device[scd->id].sync_xfer));

Completed in 105 milliseconds