Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dg_NCR5380.c85 #define NCR_NOT_SET 0 macro
86 static int ncr_irq = NCR_NOT_SET;
87 static int ncr_dma = NCR_NOT_SET;
88 static int ncr_addr = NCR_NOT_SET;
89 static int ncr_5380 = NCR_NOT_SET;
90 static int ncr_53c400 = NCR_NOT_SET;
91 static int ncr_53c400a = NCR_NOT_SET;
92 static int dtc_3181e = NCR_NOT_SET;
274 if (ncr_irq != NCR_NOT_SET) in generic_NCR5380_detect()
276 if (ncr_dma != NCR_NOT_SET) in generic_NCR5380_detect()
[all …]