Home
last modified time | relevance | path

Searched refs:PHASE_MSGIN (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
DNCR5380.c335 {PHASE_MSGIN, "MSGIN"},
1339 if (!(p == PHASE_MSGIN && c == 1)) { in NCR5380_transfer_pio()
1800 case PHASE_MSGIN: in NCR5380_information_transfer()
1909 phase = PHASE_MSGIN; in NCR5380_information_transfer()
1921 phase = PHASE_MSGIN; in NCR5380_information_transfer()
2076 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(PHASE_MSGIN)); in NCR5380_reselect()
2084 unsigned char phase = PHASE_MSGIN; in NCR5380_reselect()
DNCR5380.h180 #define PHASE_MSGIN (SR_MSG | SR_CD | SR_IO) macro
/kernel/linux/linux-5.10/drivers/scsi/arm/
Dfas216.c267 [PHASE_MSGIN] = "message in", in fas216_drv_phase()
1015 info->scsi.phase = PHASE_MSGIN; in fas216_reselected_intr()
1393 case STATE(STAT_DATAIN, PHASE_MSGIN): /* Message In -> Data In */ in fas216_busservice_intr()
1407 case STATE(STAT_DATAOUT, PHASE_MSGIN): /* Message In -> Data Out */ in fas216_busservice_intr()
1421 case STATE(STAT_STATUS, PHASE_MSGIN): /* Message In -> Status */ in fas216_busservice_intr()
1437 info->scsi.phase = PHASE_MSGIN; in fas216_busservice_intr()
1440 case STATE(STAT_MESGIN, PHASE_MSGIN): in fas216_busservice_intr()
1446 case STATE(STAT_COMMAND, PHASE_MSGIN): /* Message In -> Command */ in fas216_busservice_intr()
1578 case PHASE_MSGIN: /* message in phase */ in fas216_funcdone_intr()
Dacornscsi.h196 PHASE_MSGIN, /* message in from device */ enumerator
Dfas216.h177 PHASE_MSGIN, /* message in from device */ enumerator
Dacornscsi.c1489 host->scsi.phase = PHASE_MSGIN; in acornscsi_message()
1515 host->scsi.phase = PHASE_MSGIN; in acornscsi_message()
1530 host->scsi.phase = PHASE_MSGIN; in acornscsi_message()
1668 host->scsi.phase = PHASE_MSGIN; in acornscsi_message()
2330 case PHASE_MSGIN: /* STATE: message in */ in acornscsi_sbicintr()