Lines Matching +full:irq +full:- +full:mirror
1 /* SPDX-License-Identifier: GPL-2.0 */
9 * +1 (303) 666-5836
19 * 1+ (719) 578-3400
20 * 1+ (800) 334-5454
65 * either arbitration is occurring or the phase-indicating signals (
76 #define ICR_TRI_STATE 0x40 /* wo Set to tri-state drivers */
133 #define BASR_DRQ 0x40 /* ro mirror of DRQ pin */
135 #define BASR_IRQ 0x10 /* ro mirror of IRQ pin */
198 #define FLAG_TOSHIBA_DELAY 128 /* Allow for borken CD-ROMs */
201 NCR5380_implementation_fields; /* Board-specific data */
211 int flags; /* Board-specific quirks */
245 return ((struct scsi_cmnd *)ncmd_ptr) - 1; in NCR5380_to_scmd()
282 static irqreturn_t NCR5380_intr(int irq, void *dev_id);