Lines Matching +full:revision +full:- +full:id1

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
77 /* Command retry count (0-65535) */
85 /* ISP request and response entry counts (37-65535) */
95 /* NOTE: the sp->cmd will be NULL when this completion is
118 #define ISP_CFG0_HWMSK 0x000f /* Hardware revision mask */
126 #define ISP_CFG1_F128 BIT_6 /* 128-byte FIFO threshold */
127 #define ISP_CFG1_F64 BIT_4|BIT_5 /* 128-byte FIFO threshold */
128 #define ISP_CFG1_F32 BIT_5 /* 128-byte FIFO threshold */
129 #define ISP_CFG1_F16 BIT_4 /* 128-byte FIFO threshold */
139 #define PCI_64BIT_SLOT BIT_14 /* PCI 64-bit slot indicator. */
159 #define CDMA_CONF_DIR BIT_0 /* DMA direction (0=fifo->host 1=host->fifo) */
176 #define DDMA_CONF_DIR BIT_0 /* DMA direction (0=fifo->host 1=host->fifo) */
198 uint16_t unused_4[0x20];/* 0x80-0xbf Gap */
204 uint16_t unused_5[0x5]; /* 0xc2-0xcb Gap */
209 uint16_t unused_6[0x11]; /* d0-f0 */
236 * ISP mailbox Self-Test status codes
261 #define MBA_WAKEUP_THRES 0x8005 /* Request Queue Wake-up. */
278 #define MBC_ABOUT_FIRMWARE 8 /* Get firmware revision */
336 uint8_t id1; /* 1 */ member
503 * ISP queue - command entry structure definition.
532 * ISP queue - continuation entry structure definition.
558 * ISP queue - status entry structure definition.
590 * ISP queue - marker entry structure definition.
601 uint8_t modifier; /* Modifier (7-0). */
609 * ISP queue - extended command entry structure definition.
631 * ISP queue - 64-Bit addressing, command entry structure definition.
656 * ISP queue - 64-Bit addressing, continuation entry structure definition.
677 * ISP queue - enable LUN entry structure definition.
695 /* commands (2-26). */
697 /* commands (2-26). */
703 * ISP queue - modify LUN entry structure definition.
730 * ISP queue - immediate notify entry structure definition.
756 * ISP queue - notify acknowledge entry structure definition.
777 * ISP queue - Accept Target I/O (ATIO) entry structure definition.
800 * ISP queue - Continue Target I/O (CTIO) entry structure definition.
833 * ISP queue - CTIO returned entry structure definition.
863 * ISP queue - CTIO A64 entry structure definition.
893 * ISP queue - CTIO returned entry structure definition.
926 * ISP status entry - completion status definitions.
963 * ISP target entries - Option flags bit definitions.
979 * BUS parameters/settings structure - UNUSED
1014 struct device_reg __iomem *iobase; /* Base Memory-mapped I/O address */
1020 uint8_t revision; member