Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DNCR5380.h201 #define PHASE_UNKNOWN 0xff macro
Datari_NCR5380.c591 {PHASE_UNKNOWN, "UNKNOWN"}};
610 for (i = 0; (phases[i].value != PHASE_UNKNOWN) && in NCR5380_print_phase()
1839 *phase = PHASE_UNKNOWN; in NCR5380_transfer_pio()
Dmac_NCR5380.c614 {PHASE_UNKNOWN, "UNKNOWN"}};
633 for (i = 0; (phases[i].value != PHASE_UNKNOWN) && in NCR5380_print_phase()
1843 *phase = PHASE_UNKNOWN; in NCR5380_transfer_pio()
Dsun3_NCR5380.c599 {PHASE_UNKNOWN, "UNKNOWN"}};
618 for (i = 0; (phases[i].value != PHASE_UNKNOWN) && in NCR5380_print_phase()
1831 *phase = PHASE_UNKNOWN; in NCR5380_transfer_pio()
DNCR5380.c445 {PHASE_UNKNOWN, "UNKNOWN"}
468 …for (i = 0; (phases[i].value != PHASE_UNKNOWN) && (phases[i].value != (status & PHASE_MASK)); ++i); in NCR5380_print_phase()
1873 *phase = PHASE_UNKNOWN; in NCR5380_transfer_pio()
Dg_NCR5380.c854 …for (i = 0; (phases[i].value != PHASE_UNKNOWN) && (phases[i].value != (status & PHASE_MASK)); ++i); in generic_NCR5380_proc_info()