Lines Matching refs:phase
995 * - improper phase change
1312 * we'll do the right thing as we transition to the next phase.
1385 u32 fflags, phase;
1388 * phase it can mistake a final long REQ pulse from the
1392 * and fifo flags. If we're still in a data phase and
1399 phase = esp->sreg & ESP_STAT_PMASK;
1402 if ((phase == ESP_DOP &&
1404 (phase == ESP_DIP &&
1703 esp_log_event("process event %d phase %x\n",
1735 "Unexpected phase, sreg=%02x\n",
1953 * we can't run the phase state machine anyway.
2108 u8 phase;
2140 phase = (esp->sreg & ESP_STAT_PMASK);
2142 if (((phase != ESP_DIP && phase != ESP_DOP) &&
2566 * go to MSGOUT phase by asserting ATN.
2837 u8 phase = esp->sreg & ESP_STAT_PMASK;
2844 u8 mask = ~(phase == ESP_MIP ? ESP_INTR_FDONE : ESP_INTR_BSERV);
2863 if ((esp->sreg & ESP_STAT_PMASK) != phase)
2872 if (phase == ESP_MIP)
2897 if ((esp->sreg & ESP_STAT_PMASK) != phase)