Searched refs:sync_xfer (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | in2000.c | 563 write_3393(hostdata, WD_SYNCHRONOUS_TRANSFER, hostdata->sync_xfer[cmd->device->id]); in DEF_SCSI_QCMD() 773 write_3393(hostdata, WD_SYNCHRONOUS_TRANSFER, hostdata->sync_xfer[cmd->device->id]); in transfer_bytes() 1267 hostdata->sync_xfer[cmd->device->id] = calc_sync_xfer(hostdata->default_sx_per / 4, 0); in in2000_intr() 1269 hostdata->sync_xfer[cmd->device->id] = id; in in2000_intr() 1272 printk("sync_xfer=%02x", hostdata->sync_xfer[cmd->device->id]); in in2000_intr() 1660 hostdata->sync_xfer[x] = calc_sync_xfer(DEFAULT_SX_PER / 4, DEFAULT_SX_OFF); in in2000_bus_reset() 2029 hostdata->sync_xfer[x] = calc_sync_xfer(DEFAULT_SX_PER / 4, DEFAULT_SX_OFF); in in2000_detect() 2231 seq_printf(m, "\t%02x", hd->sync_xfer[x]); in in2000_show_info()
|
D | wd33c93.c | 599 hostdata->sync_xfer[cmd->device->id]); in DEF_SCSI_QCMD() 756 hostdata->sync_xfer[cmd->device->id]); in transfer_bytes() 1049 hostdata->sync_xfer[cmd->device->id] = in wd33c93_intr() 1107 hostdata->sync_xfer[cmd->device->id] = id; in wd33c93_intr() 1110 hostdata->sync_xfer[cmd->device->id]); in wd33c93_intr() 1589 hostdata->sync_xfer[i] = in wd33c93_host_reset() 1956 hostdata->sync_xfer[i] = in wd33c93_init() 2148 seq_printf(m, "\t%02x", hd->sync_xfer[x]); in wd33c93_show_info()
|
D | wd33c93.h | 255 uchar sync_xfer[8]; /* sync_xfer reg settings per target */ member
|
D | in2000.h | 300 uchar sync_xfer[8]; /* sync_xfer reg settings per target */ member
|
/linux-4.4.14/drivers/scsi/arm/ |
D | acornscsi.h | 324 unsigned char sync_xfer; /* synchronous transfer (SBIC value) */ member
|
D | acornscsi.c | 1591 host->device[host->SCpnt->device->id].sync_xfer = SYNCHTRANSFER_2DBA; in acornscsi_message() 1593 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer); in acornscsi_message() 1627 host->device[host->SCpnt->device->id].sync_xfer = in acornscsi_message() 1640 host->device[host->SCpnt->device->id].sync_xfer = in acornscsi_message() 1643 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer); in acornscsi_message() 1747 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer); in acornscsi_starttransfer() 2868 if (host->device[scd->id].sync_xfer & 15) in acornscsi_show_info() 2870 host->device[scd->id].sync_xfer & 15, in acornscsi_show_info() 2871 acornscsi_getperiod(host->device[scd->id].sync_xfer)); in acornscsi_show_info()
|