Home
last modified time | relevance | path

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

/drivers/scsi/
DNCR5380.c663 if (((struct NCR5380_hostdata *) instance->hostdata)->flags & FLAG_NCR53C400) { in NCR5380_print_options()
726 if (((struct NCR5380_hostdata *) instance->hostdata)->flags & FLAG_NCR53C400) in NCR5380_proc_info()
832 if (flags & FLAG_NCR53C400) in NCR5380_init()
868 if (flags & FLAG_NCR53C400) in NCR5380_init()
888 if (hostdata->flags & FLAG_NCR53C400) { in NCR5380_init()
1859 if (hostdata->flags & FLAG_NCR53C400) in NCR5380_transfer_dma()
1982 if (hostdata->flags & FLAG_NCR53C400) { in NCR5380_transfer_dma()
2008 if (!(hostdata->flags & FLAG_NCR53C400)) { in NCR5380_transfer_dma()
2052 if ((!(p & SR_IO)) && (hostdata->flags & FLAG_NCR53C400)) { in NCR5380_transfer_dma()
Dg_NCR5380.c365 flags = FLAG_NCR53C400; in generic_NCR5380_detect()
825 …ed\n" ANDP(((struct NCR5380_hostdata *) scsi_ptr->hostdata)->flags & FLAG_NCR53C400) ? "" : " not"… in generic_NCR5380_proc_info()
DNCR5380.h250 #define FLAG_NCR53C400 4 /* NCR53c400 */ macro