Searched refs:PHASE_UNKNOWN (Results 1 – 5 of 5) sorted by relevance
207 #define PHASE_UNKNOWN 0xff macro
366 {PHASE_UNKNOWN, "UNKNOWN"}470 …for (i = 0; (phases[i].value != PHASE_UNKNOWN) && (phases[i].value != (status & PHASE_MASK)); ++i); in NCR5380_print_phase()1699 *phase = PHASE_UNKNOWN; in NCR5380_transfer_pio()
602 {PHASE_UNKNOWN, "UNKNOWN"}};621 for (i = 0; (phases[i].value != PHASE_UNKNOWN) && in NCR5380_print_phase()1831 *phase = PHASE_UNKNOWN; in NCR5380_transfer_pio()
602 {PHASE_UNKNOWN, "UNKNOWN"}622 for (i = 0; (phases[i].value != PHASE_UNKNOWN) && in NCR5380_print_phase()1836 *phase = PHASE_UNKNOWN; in NCR5380_transfer_pio()
882 …for (i = 0; (phases[i].value != PHASE_UNKNOWN) && (phases[i].value != (status & PHASE_MASK)); ++i); in generic_NCR5380_proc_info()