Home
last modified time | relevance | path

Searched refs:FLAG_NCR53C400 (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
DNCR5380.c767 if (((struct NCR5380_hostdata *) instance->hostdata)->flags & FLAG_NCR53C400) { in NCR5380_print_options()
846 if (((struct NCR5380_hostdata *) instance->hostdata)->flags & FLAG_NCR53C400) in NCR5380_proc_info()
955 if (flags & FLAG_NCR53C400) in NCR5380_init()
989 if (flags & FLAG_NCR53C400) in NCR5380_init()
1013 if (hostdata->flags & FLAG_NCR53C400) { in NCR5380_init()
2024 if (hostdata->flags & FLAG_NCR53C400) in NCR5380_transfer_dma()
2147 if (hostdata->flags & FLAG_NCR53C400) { in NCR5380_transfer_dma()
2173 if (!(hostdata->flags & FLAG_NCR53C400)) { in NCR5380_transfer_dma()
2217 if ((!(p & SR_IO)) && (hostdata->flags & FLAG_NCR53C400)) { in NCR5380_transfer_dma()
DNCR5380.h244 #define FLAG_NCR53C400 4 /* NCR53c400 */ macro
Dg_NCR5380.c359 flags = FLAG_NCR53C400; in generic_NCR5380_detect()
797 …ed\n" ANDP(((struct NCR5380_hostdata *) scsi_ptr->hostdata)->flags & FLAG_NCR53C400) ? "" : " not"… in generic_NCR5380_proc_info()
Dmac_NCR5380.c1960 if (hostdata->flags & FLAG_NCR53C400) in NCR5380_transfer_dma()
2003 if (hostdata->flags & FLAG_NCR53C400) { in NCR5380_transfer_dma()
2030 if (!(hostdata->flags & FLAG_NCR53C400)) { in NCR5380_transfer_dma()
2105 if ((!(p & SR_IO)) && (hostdata->flags & FLAG_NCR53C400)) { in NCR5380_transfer_dma()