Lines Matching +full:inactive +full:- +full:delay +full:- +full:ms
1 /* SPDX-License-Identifier: GPL-2.0 */
9 * +1 (303) 666-5836
19 * 1+ (719) 578-3400
20 * 1+ (800) 334-5454
26 #include <linux/delay.h>
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 */
241 /* Time limit (ms) to poll registers when IRQs are disabled, e.g. during PDMA */
246 return ((struct scsi_cmnd *)ncmd_ptr) - 1; in NCR5380_to_scmd()