Lines Matching defs:phase
440 * set SCSI command and other parameter to asic, and start selection phase
449 unsigned char phase;
459 phase = nsp32_read1(base, SCSI_BUS_MONITOR);
460 if (phase != BUSMON_BUS_FREE) {
462 show_busphase(phase & BUSMON_PHASE_MASK);
579 unsigned char phase;
596 phase = nsp32_read1(base, SCSI_BUS_MONITOR);
597 if ((phase & BUSMON_BSY) || (phase & BUSMON_SEL)) {
1221 /* getting SCSI executed phase */
1225 /* Selection Timeout, go busfree phase. */
1237 * MsgOut phase was processed.
1238 * If MSG_IN_OCCUER is not set, then MsgOut phase is
1252 nsp32_dbg(NSP32_DEBUG_INTR, "MsgOut phase processed");
1265 "Data in/out phase processed");
1307 * to save status phase stutas byte.
1316 /* Illegal phase is detected. SACK is not back. */
1333 nsp32_dbg(NSP32_DEBUG_INTR, "Command phase processed");
1369 nsp32_dbg(NSP32_DEBUG_INTR, "fifo/other phase");
1380 nsp32_dbg(NSP32_DEBUG_INTR, "phase change IRQ");
1384 nsp32_dbg(NSP32_DEBUG_INTR, "phase chg/msg in");
1388 nsp32_msg(KERN_WARNING, "phase chg/other phase?");
1409 * AutoSCSI phase described in specification.
1541 * Current Phase is BUSFREE. AutoSCSI is automatically execute BUSFREE phase
1568 * phase.
1774 * It's called MsgOut phase occur.
1776 * message out phase. It, however, has more than 3 messages,
1791 * If MsgOut phase is occurred without having any
1948 * TODO: We need checking whether bus phase is message in?
1961 /* Invalid (non reselect) phase */
2704 * Note: It's important to reset SCSI bus in initialization phase.