Home
last modified time | relevance | path

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

/drivers/scsi/
Dsun3_NCR5380.c549 {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()
Datari_NCR5380.c601 {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()
DNCR5380.c365 {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;
DNCR5380.h206 #define PHASE_MSGIN (SR_MSG | SR_CD | SR_IO) macro
/drivers/scsi/arm/
Dfas216.c268 [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()
Dacornscsi.h199 PHASE_MSGIN, /* message in from device */ enumerator
Dfas216.h180 PHASE_MSGIN, /* message in from device */ enumerator
Dacornscsi.c1500 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()