Searched refs:FLAG_NCR53C400 (Results 1 – 3 of 3) sorted by relevance
663 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()
365 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()
250 #define FLAG_NCR53C400 4 /* NCR53c400 */ macro