Lines Matching defs:phase
987 * - improper phase change
1304 * we'll do the right thing as we transition to the next phase.
1377 u32 fflags, phase;
1380 * phase it can mistake a final long REQ pulse from the
1384 * and fifo flags. If we're still in a data phase and
1391 phase = esp->sreg & ESP_STAT_PMASK;
1394 if ((phase == ESP_DOP &&
1396 (phase == ESP_DIP &&
1695 esp_log_event("process event %d phase %x\n",
1727 "Unexpected phase, sreg=%02x\n",
1942 * we can't run the phase state machine anyway.
2097 u8 phase;
2129 phase = (esp->sreg & ESP_STAT_PMASK);
2131 if (((phase != ESP_DIP && phase != ESP_DOP) &&
2555 * go to MSGOUT phase by asserting ATN.
2824 u8 phase = esp->sreg & ESP_STAT_PMASK;
2831 u8 mask = ~(phase == ESP_MIP ? ESP_INTR_FDONE : ESP_INTR_BSERV);
2850 if ((esp->sreg & ESP_STAT_PMASK) != phase)
2859 if (phase == ESP_MIP)
2884 if ((esp->sreg & ESP_STAT_PMASK) != phase)