Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/
Dwd33c93.c529 hostdata->sync_xfer[cmd->device->id]); in DEF_SCSI_QCMD()
687 hostdata->sync_xfer[cmd->device->id]); in transfer_bytes()
983 hostdata->sync_xfer[cmd->device->id] = in wd33c93_intr()
1041 hostdata->sync_xfer[cmd->device->id] = id; in wd33c93_intr()
1044 hostdata->sync_xfer[cmd->device->id]); in wd33c93_intr()
1527 hostdata->sync_xfer[i] = in wd33c93_host_reset()
1894 hostdata->sync_xfer[i] = in wd33c93_init()
2086 seq_printf(m, "\t%02x", hd->sync_xfer[x]); in wd33c93_show_info()
Dwd33c93.h240 uchar sync_xfer[8]; /* sync_xfer reg settings per target */ member
/linux-6.12.1/drivers/scsi/arm/
Dacornscsi.c1557 host->device[host->SCpnt->device->id].sync_xfer = SYNCHTRANSFER_2DBA; in acornscsi_message()
1559 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer); in acornscsi_message()
1589 host->device[host->SCpnt->device->id].sync_xfer = in acornscsi_message()
1602 host->device[host->SCpnt->device->id].sync_xfer = in acornscsi_message()
1605 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer); in acornscsi_message()
1696 sbic_arm_write(host, SBIC_SYNCHTRANSFER, host->device[host->SCpnt->device->id].sync_xfer); in acornscsi_starttransfer()
2771 if (host->device[scd->id].sync_xfer & 15) in acornscsi_show_info()
2773 host->device[scd->id].sync_xfer & 15, in acornscsi_show_info()
2774 acornscsi_getperiod(host->device[scd->id].sync_xfer)); in acornscsi_show_info()
Dacornscsi.h321 unsigned char sync_xfer; /* synchronous transfer (SBIC value) */ member