Home
last modified time | relevance | path

Searched refs:PHASE_UNKNOWN (Results 1 – 5 of 5) sorted by relevance

/drivers/scsi/
DNCR5380.h207 #define PHASE_UNKNOWN 0xff macro
DNCR5380.c366 {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()
Dsun3_NCR5380.c602 {PHASE_UNKNOWN, "UNKNOWN"}};
621 for (i = 0; (phases[i].value != PHASE_UNKNOWN) && in NCR5380_print_phase()
1831 *phase = PHASE_UNKNOWN; in NCR5380_transfer_pio()
Datari_NCR5380.c602 {PHASE_UNKNOWN, "UNKNOWN"}
622 for (i = 0; (phases[i].value != PHASE_UNKNOWN) && in NCR5380_print_phase()
1836 *phase = PHASE_UNKNOWN; in NCR5380_transfer_pio()
Dg_NCR5380.c882 …for (i = 0; (phases[i].value != PHASE_UNKNOWN) && (phases[i].value != (status & PHASE_MASK)); ++i); in generic_NCR5380_proc_info()