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

/drivers/scsi/
H A Din2000.c563 write_3393(hostdata, WD_SYNCHRONOUS_TRANSFER, hostdata->sync_xfer[cmd->device->id]);
579 * the sync_xfer array, and a corresponding status byte in sync_stat[].
581 * sync_xfer[] entry is initialized to the default/safe value. SS_UNSET
773 write_3393(hostdata, WD_SYNCHRONOUS_TRANSFER, hostdata->sync_xfer[cmd->device->id]);
1267 hostdata->sync_xfer[cmd->device->id] = calc_sync_xfer(hostdata->default_sx_per / 4, 0);
1269 hostdata->sync_xfer[cmd->device->id] = id;
1272 printk("sync_xfer=%02x", hostdata->sync_xfer[cmd->device->id]);
1660 hostdata->sync_xfer[x] = calc_sync_xfer(DEFAULT_SX_PER / 4, DEFAULT_SX_OFF);
2029 hostdata->sync_xfer[
[all...]
H A Dwd33c93.c598 hostdata->sync_xfer[cmd->device->id]);
615 * sync_xfer array, and a corresponding status byte in sync_stat[].
617 * sync_xfer[] entry is initialized to the default/safe value. SS_UNSET
755 hostdata->sync_xfer[cmd->device->id]);
1048 hostdata->sync_xfer[cmd->device->id] =
1106 hostdata->sync_xfer[cmd->device->id] = id;
1108 printk(" sync_xfer=%02x\n",
1109 hostdata->sync_xfer[cmd->device->id]);
1588 hostdata->sync_xfer[i] =
1955 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
/drivers/scsi/arm/
H A Dacornscsi.h324 unsigned char sync_xfer; /* synchronous transfer (SBIC value) */ member in struct:acornscsi_hostdata::__anon4135
H A Dacornscsi.c1599 host->device[host->SCpnt->device->id].sync_xfer = SYNCHTRANSFER_2DBA;
1601 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer);
1635 host->device[host->SCpnt->device->id].sync_xfer =
1648 host->device[host->SCpnt->device->id].sync_xfer =
1651 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer);
1791 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer);
2922 if (host->device[scd->id].sync_xfer & 15)
2924 host->device[scd->id].sync_xfer & 15,
2925 acornscsi_getperiod(host->device[scd->id].sync_xfer));

Completed in 42 milliseconds