Searched refs:PHASE_MSGIN (Results 1 – 8 of 8) sorted by relevance
/drivers/scsi/ |
D | sun3_NCR5380.c | 549 {PHASE_STATIN, "STATIN"}, {PHASE_MSGOUT, "MSGOUT"}, {PHASE_MSGIN, "MSGIN"}, 1741 if (!(p == PHASE_MSGIN && c == 1)) { in NCR5380_transfer_pio() 1757 if ((tmp & SR_REQ) || (p == PHASE_MSGIN && c == 0)) in NCR5380_transfer_pio() 2067 case PHASE_MSGIN: in NCR5380_information_transfer() 2315 phase = PHASE_MSGIN; in NCR5380_information_transfer() 2326 phase = PHASE_MSGIN; in NCR5380_information_transfer() 2485 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(PHASE_MSGIN)); in NCR5380_reselect() 2575 if (phase == PHASE_MSGIN && setup_use_tagged_queuing) { in NCR5380_reselect()
|
D | atari_NCR5380.c | 601 {PHASE_STATIN, "STATIN"}, {PHASE_MSGOUT, "MSGOUT"}, {PHASE_MSGIN, "MSGIN"}, 1798 if (!(p == PHASE_MSGIN && c == 1)) { in NCR5380_transfer_pio() 1815 if ((tmp & SR_REQ) || (p == PHASE_MSGIN && c == 0)) in NCR5380_transfer_pio() 2102 case PHASE_MSGIN: in NCR5380_information_transfer() 2351 phase = PHASE_MSGIN; in NCR5380_information_transfer() 2362 phase = PHASE_MSGIN; in NCR5380_information_transfer() 2522 phase = PHASE_MSGIN; in NCR5380_reselect() 2539 if (phase == PHASE_MSGIN && setup_use_tagged_queuing) { in NCR5380_reselect()
|
D | NCR5380.c | 365 {PHASE_MSGIN, "MSGIN"}, 1676 if (!(p == PHASE_MSGIN && c == 1)) { in NCR5380_transfer_pio() 2200 case PHASE_MSGIN: 2380 phase = PHASE_MSGIN; 2390 phase = PHASE_MSGIN; 2549 phase = PHASE_MSGIN;
|
D | NCR5380.h | 206 #define PHASE_MSGIN (SR_MSG | SR_CD | SR_IO) macro
|
/drivers/scsi/arm/ |
D | fas216.c | 268 [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() 1419 case STATE(STAT_STATUS, PHASE_MSGIN): /* Message In -> Status */ in fas216_busservice_intr() 1433 info->scsi.phase = PHASE_MSGIN; in fas216_busservice_intr() 1436 case STATE(STAT_MESGIN, PHASE_MSGIN): in fas216_busservice_intr() 1442 case STATE(STAT_COMMAND, PHASE_MSGIN): /* Message In -> Command */ in fas216_busservice_intr() 1574 case PHASE_MSGIN: /* message in phase */ in fas216_funcdone_intr()
|
D | acornscsi.h | 199 PHASE_MSGIN, /* message in from device */ enumerator
|
D | fas216.h | 180 PHASE_MSGIN, /* message in from device */ enumerator
|
D | acornscsi.c | 1500 host->scsi.phase = PHASE_MSGIN; in acornscsi_message() 1526 host->scsi.phase = PHASE_MSGIN; in acornscsi_message() 1541 host->scsi.phase = PHASE_MSGIN; in acornscsi_message() 1714 host->scsi.phase = PHASE_MSGIN; in acornscsi_message() 2376 case PHASE_MSGIN: /* STATE: message in */ in acornscsi_sbicintr()
|