Lines Matching +full:tri +full:- +full:state
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 */
137 #define BASR_BUSY_ERROR 0x04 /* ro Unexpected change to inactive state */
198 #define FLAG_TOSHIBA_DELAY 128 /* Allow for borken CD-ROMs */
201 NCR5380_implementation_fields; /* Board-specific data */
211 int flags; /* Board-specific quirks */
220 struct scsi_eh_save ses; /* Cmnd state saved for EH */
246 return ((struct scsi_cmnd *)ncmd_ptr) - 1; in NCR5380_to_scmd()