Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dwd33c93.c590 hostdata->sync_xfer[cmd->device->id]); in DEF_SCSI_QCMD()
747 hostdata->sync_xfer[cmd->device->id]); in transfer_bytes()
1040 hostdata->sync_xfer[cmd->device->id] = in wd33c93_intr()
1098 hostdata->sync_xfer[cmd->device->id] = id; in wd33c93_intr()
1101 hostdata->sync_xfer[cmd->device->id]); in wd33c93_intr()
1581 hostdata->sync_xfer[i] = in wd33c93_host_reset()
1950 hostdata->sync_xfer[i] = in wd33c93_init()
2142 seq_printf(m, "\t%02x", hd->sync_xfer[x]); in wd33c93_show_info()
Dwd33c93.h245 uchar sync_xfer[8]; /* sync_xfer reg settings per target */ member
/Linux-v5.4/drivers/scsi/arm/
Dacornscsi.c1589 host->device[host->SCpnt->device->id].sync_xfer = SYNCHTRANSFER_2DBA; in acornscsi_message()
1591 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer); in acornscsi_message()
1625 host->device[host->SCpnt->device->id].sync_xfer = in acornscsi_message()
1638 host->device[host->SCpnt->device->id].sync_xfer = in acornscsi_message()
1641 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer); in acornscsi_message()
1745 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer); in acornscsi_starttransfer()
2867 if (host->device[scd->id].sync_xfer & 15) in acornscsi_show_info()
2869 host->device[scd->id].sync_xfer & 15, in acornscsi_show_info()
2870 acornscsi_getperiod(host->device[scd->id].sync_xfer)); in acornscsi_show_info()
Dacornscsi.h321 unsigned char sync_xfer; /* synchronous transfer (SBIC value) */ member