Searched refs:PHASE_MSGIN (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | atari_NCR5380.c | 547 {PHASE_STATIN, "STATIN"}, {PHASE_MSGOUT, "MSGOUT"}, {PHASE_MSGIN, "MSGIN"}, 1716 if (!(p == PHASE_MSGIN && c == 1)) { in NCR5380_transfer_pio() 1733 if ((tmp & SR_REQ) || (p == PHASE_MSGIN && c == 0)) in NCR5380_transfer_pio() 2105 case PHASE_MSGIN: in NCR5380_information_transfer() 2351 phase = PHASE_MSGIN; in NCR5380_information_transfer() 2362 phase = PHASE_MSGIN; in NCR5380_information_transfer() 2521 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(PHASE_MSGIN)); in NCR5380_reselect() 2528 phase = PHASE_MSGIN; in NCR5380_reselect() 2546 if (phase == PHASE_MSGIN && (hostdata->flags & FLAG_TAGGED_QUEUING)) { in NCR5380_reselect() 2634 if (phase == PHASE_MSGIN && setup_use_tagged_queuing) { in NCR5380_reselect()
|
D | NCR5380.c | 354 {PHASE_MSGIN, "MSGIN"}, 1592 if (!(p == PHASE_MSGIN && c == 1)) { in NCR5380_transfer_pio() 2116 case PHASE_MSGIN: 2291 phase = PHASE_MSGIN; 2301 phase = PHASE_MSGIN; 2459 phase = PHASE_MSGIN;
|
D | NCR5380.h | 197 #define PHASE_MSGIN (SR_MSG | SR_CD | SR_IO) macro
|
/linux-4.4.14/drivers/scsi/arm/ |
D | acornscsi.h | 199 PHASE_MSGIN, /* message in from device */ enumerator
|
D | fas216.c | 268 [PHASE_MSGIN] = "message in", in fas216_drv_phase() 1014 info->scsi.phase = PHASE_MSGIN; in fas216_reselected_intr() 1392 case STATE(STAT_DATAIN, PHASE_MSGIN): /* Message In -> Data In */ in fas216_busservice_intr() 1406 case STATE(STAT_DATAOUT, PHASE_MSGIN): /* Message In -> Data Out */ in fas216_busservice_intr() 1418 case STATE(STAT_STATUS, PHASE_MSGIN): /* Message In -> Status */ in fas216_busservice_intr() 1432 info->scsi.phase = PHASE_MSGIN; in fas216_busservice_intr() 1435 case STATE(STAT_MESGIN, PHASE_MSGIN): in fas216_busservice_intr() 1441 case STATE(STAT_COMMAND, PHASE_MSGIN): /* Message In -> Command */ in fas216_busservice_intr() 1573 case PHASE_MSGIN: /* message in phase */ in fas216_funcdone_intr()
|
D | fas216.h | 180 PHASE_MSGIN, /* message in from device */ enumerator
|
D | acornscsi.c | 1491 host->scsi.phase = PHASE_MSGIN; in acornscsi_message() 1517 host->scsi.phase = PHASE_MSGIN; in acornscsi_message() 1532 host->scsi.phase = PHASE_MSGIN; in acornscsi_message() 1670 host->scsi.phase = PHASE_MSGIN; in acornscsi_message() 2332 case PHASE_MSGIN: /* STATE: message in */ in acornscsi_sbicintr()
|