Lines Matching +full:no +full:- +full:gpio +full:- +full:delays
1 /* SPDX-License-Identifier: GPL-2.0 */
31 __le32 Int_SCB; /* 00-03 Internal SCB link pointer (must be cleared) */
36 u8 CDB[16]; /* 08-23 SCSI CDB (16 bytes as defined by ANSI spec. */
37 __le32 data_p; /* 24-27 Data transfer address (or SG list address) */
38 __le32 data_length; /* 28-31 Data transfer Length (or SG list length) */
39 __le32 CDB_link; /* 32-35 SCSI CDB Link Ptr */
40 __le32 sense_buf; /* 36-39 Auto request sense buffer address */
43 u8 SCB_options; /* 42 SCB-options */
46 __le32 req_ptr; /* 44-47 Ptr to Host Request returned on interrupt */
51 __le32 transferred; /* 52-55 Bytes Transferred */
52 u8 last_trans[3]; /* 56-58 Bytes Transferred in last session */
53 u8 length; /* 59 SCSI Messages Length (1-8) */
56 u8 flags[2]; /* 62-63 SCB specific flags (local to each thread) */
80 /* timeout delays in microsecs */
116 /* No interrupt generated on acceptance of SCB pointer */
119 #define WD719X_INT_NONE 0x00 /* No interrupt pending */
120 #define WD719X_INT_NOERRORS 0x01 /* Command completed with no errors */
121 #define WD719X_INT_LINKNOERRORS 0x02 /* link cmd completed with no errors */
122 #define WD719X_INT_LINKNOSTATUS 0x03 /* link cmd completed with no flag set */
129 #define WD719X_SUE_NOERRORS 0x00 /* No errors detected by SPIDER */
149 #define WD719X_SUE_NOSCAMID 0x1b /* No SCAM soft ID available */
203 /* 33C296 GPIO bits for EEPROM pins */
240 __le16 tag_en; /* Tag msg enables (ID 0-15) */
242 __le32 wide; /* WIDE msg options (ID 0-15) */
243 __le32 sync; /* SYNC msg options (ID 0-15) */