Lines Matching defs:phase
447 * set SCSI command and other parameter to asic, and start selection phase
456 unsigned char phase;
466 phase = nsp32_read1(base, SCSI_BUS_MONITOR);
467 if (phase != BUSMON_BUS_FREE) {
469 show_busphase(phase & BUSMON_PHASE_MASK);
587 unsigned char phase;
603 phase = nsp32_read1(base, SCSI_BUS_MONITOR);
604 if ((phase & BUSMON_BSY) || (phase & BUSMON_SEL)) {
1231 /* getting SCSI executed phase */
1235 /* Selection Timeout, go busfree phase. */
1247 * MsgOut phase was processed.
1248 * If MSG_IN_OCCUER is not set, then MsgOut phase is
1262 nsp32_dbg(NSP32_DEBUG_INTR, "MsgOut phase processed");
1275 "Data in/out phase processed");
1317 * to save status phase stutas byte.
1326 /* Illegal phase is detected. SACK is not back. */
1343 nsp32_dbg(NSP32_DEBUG_INTR, "Command phase processed");
1379 nsp32_dbg(NSP32_DEBUG_INTR, "fifo/other phase");
1391 nsp32_dbg(NSP32_DEBUG_INTR, "phase change IRQ");
1395 nsp32_dbg(NSP32_DEBUG_INTR, "phase chg/msg in");
1399 nsp32_msg(KERN_WARNING, "phase chg/other phase?");
1420 * AutoSCSI phase described in specification.
1559 * Current Phase is BUSFREE. AutoSCSI is automatically execute BUSFREE phase
1586 * phase.
1789 * It's called MsgOut phase occur.
1791 * message out phase. It, however, has more than 3 messages,
1804 * If MsgOut phase is occurred without having any
1953 * TODO: We need checking whether bus phase is message in?
1966 /* Invalid (non reselect) phase */
2704 * Note: It's important to reset SCSI bus in initialization phase.