Lines Matching refs:NCR_NOT_SET
85 #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()
278 if (ncr_addr != NCR_NOT_SET) in generic_NCR5380_detect()
280 if (ncr_5380 != NCR_NOT_SET) in generic_NCR5380_detect()
282 else if (ncr_53c400 != NCR_NOT_SET) in generic_NCR5380_detect()
284 else if (ncr_53c400a != NCR_NOT_SET) in generic_NCR5380_detect()
286 else if (dtc_3181e != NCR_NOT_SET) in generic_NCR5380_detect()