Searched refs:sync_xfer (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | wd33c93.c | 590 hostdata->sync_xfer[cmd->device->id]); in wd33c93_execute() 607 * sync_xfer array, and a corresponding status byte in sync_stat[]. in wd33c93_execute() 609 * sync_xfer[] entry is initialized to the default/safe value. SS_UNSET in wd33c93_execute() 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() 1100 printk(" sync_xfer=%02x\n", 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[ in wd33c93_init() [all...] |
H A D | wd33c93.h | 245 uchar sync_xfer[8]; /* sync_xfer reg settings per target */ member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | wd33c93.c | 529 hostdata->sync_xfer[cmd->device->id]); in wd33c93_execute() 546 * sync_xfer array, and a corresponding status byte in sync_stat[]. in wd33c93_execute() 548 * sync_xfer[] entry is initialized to the default/safe value. SS_UNSET in wd33c93_execute() 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() 1043 printk(" sync_xfer=%02x\n", in wd33c93_intr() 1044 hostdata->sync_xfer[cmd->device->id]); in wd33c93_intr() 1527 hostdata->sync_xfer[i] = in wd33c93_host_reset() 1896 hostdata->sync_xfer[ in wd33c93_init() [all...] |
H A D | wd33c93.h | 240 uchar sync_xfer[8]; /* sync_xfer reg settings per target */ member
|
/kernel/linux/linux-5.10/drivers/scsi/arm/ |
H A D | acornscsi.c | 1589 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()
|
H A D | acornscsi.h | 321 unsigned char sync_xfer; /* synchronous transfer (SBIC value) */ member
|
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | acornscsi.c | 1557 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() 2772 if (host->device[scd->id].sync_xfer & 15) in acornscsi_show_info() 2774 host->device[scd->id].sync_xfer & 15, in acornscsi_show_info() 2775 acornscsi_getperiod(host->device[scd->id].sync_xfer)); in acornscsi_show_info()
|
H A D | acornscsi.h | 321 unsigned char sync_xfer; /* synchronous transfer (SBIC value) */ member
|
Completed in 14 milliseconds