Lines Matching +full:wo +full:- +full:data
1 /* SPDX-License-Identifier: GPL-2.0 */
9 * +1 (303) 666-5836
19 * 1+ (719) 578-3400
20 * 1+ (800) 334-5454
64 * The contents of the OUTPUT DATA register are asserted on the bus when
65 * either arbitration is occurring or the phase-indicating signals (
66 * IO, CD, MSG) in the TARGET COMMAND register and the ASSERT DATA
70 #define OUTPUT_DATA_REG 0 /* wo DATA lines on SCSI bus */
76 #define ICR_TRI_STATE 0x40 /* wo Set to tri-state drivers */
78 #define ICR_DIFF_ENABLE 0x20 /* wo Set to enable diff. drivers */
129 #define SELECT_ENABLE_REG 4 /* wo */
142 #define START_DMA_SEND_REG 5 /* wo */
145 * Used in DMA transfer mode, data is latched from the SCSI bus on
151 #define START_DMA_TARGET_RECEIVE_REG 6 /* wo */
157 #define START_DMA_INITIATOR_RECEIVE_REG 7 /* wo */
160 #define CSR_RESET 0x80 /* wo Resets 53c400 */
162 #define CSR_TRANS_DIR 0x40 /* rw Data transfer direction */
198 #define FLAG_TOSHIBA_DELAY 128 /* Allow for borken CD-ROMs */
201 NCR5380_implementation_fields; /* Board-specific data */
211 int flags; /* Board-specific quirks */
246 return ((struct scsi_cmnd *)ncmd_ptr) - 1; in NCR5380_to_scmd()
288 …0_transfer_dma(struct Scsi_Host *instance, unsigned char *phase, int *count, unsigned char **data);
289 …80_transfer_pio(struct Scsi_Host *instance, unsigned char *phase, int *count, unsigned char **data,
321 unsigned char *data, int count) in NCR5380_dma_setup_none() argument