Home
last modified time | relevance | path

Searched refs:sync_xfer (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dwd33c93.c599 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()
1590 hostdata->sync_xfer[i] = in wd33c93_host_reset()
1958 hostdata->sync_xfer[i] = in wd33c93_init()
2150 seq_printf(m, "\t%02x", hd->sync_xfer[x]); in wd33c93_show_info()
Dwd33c93.h255 uchar sync_xfer[8]; /* sync_xfer reg settings per target */ member
/Linux-v4.19/drivers/scsi/arm/
Dacornscsi.c1592 host->device[host->SCpnt->device->id].sync_xfer = SYNCHTRANSFER_2DBA; in acornscsi_message()
1594 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer); in acornscsi_message()
1628 host->device[host->SCpnt->device->id].sync_xfer = in acornscsi_message()
1641 host->device[host->SCpnt->device->id].sync_xfer = in acornscsi_message()
1644 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer); in acornscsi_message()
1748 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer); in acornscsi_starttransfer()
2870 if (host->device[scd->id].sync_xfer & 15) in acornscsi_show_info()
2872 host->device[scd->id].sync_xfer & 15, in acornscsi_show_info()
2873 acornscsi_getperiod(host->device[scd->id].sync_xfer)); in acornscsi_show_info()
Dacornscsi.h324 unsigned char sync_xfer; /* synchronous transfer (SBIC value) */ member