Lines Matching full:ii
35 #define RIO_PEF_INB_MBOX 0x00f00000 /* [II, <= 1.2] Mailboxes */
36 #define RIO_PEF_INB_MBOX0 0x00800000 /* [II, <= 1.2] Mailbox 0 */
37 #define RIO_PEF_INB_MBOX1 0x00400000 /* [II, <= 1.2] Mailbox 1 */
38 #define RIO_PEF_INB_MBOX2 0x00200000 /* [II, <= 1.2] Mailbox 2 */
39 #define RIO_PEF_INB_MBOX3 0x00100000 /* [II, <= 1.2] Mailbox 3 */
40 #define RIO_PEF_INB_DOORBELL 0x00080000 /* [II, <= 1.2] Doorbells */
62 #define RIO_SRC_OPS_DATA_MSG 0x00000800 /* [II] Data msg op */
63 #define RIO_SRC_OPS_DOORBELL 0x00000400 /* [II] Doorbell op */
76 #define RIO_DST_OPS_DATA_MSG 0x00000800 /* [II] Data msg op */
77 #define RIO_DST_OPS_DOORBELL 0x00000400 /* [II] Doorbell op */
89 #define RIO_OPS_DATA_MSG 0x00000800 /* [II] Data msg op */
90 #define RIO_OPS_DOORBELL 0x00000400 /* [II] Doorbell op */
103 #define RIO_MBOX_CSR 0x40 /* [II, <= 1.2] Mailbox CSR */
104 #define RIO_MBOX0_AVAIL 0x80000000 /* [II] Mbox 0 avail */
105 #define RIO_MBOX0_FULL 0x40000000 /* [II] Mbox 0 full */
106 #define RIO_MBOX0_EMPTY 0x20000000 /* [II] Mbox 0 empty */
107 #define RIO_MBOX0_BUSY 0x10000000 /* [II] Mbox 0 busy */
108 #define RIO_MBOX0_FAIL 0x08000000 /* [II] Mbox 0 fail */
109 #define RIO_MBOX0_ERROR 0x04000000 /* [II] Mbox 0 error */
110 #define RIO_MBOX1_AVAIL 0x00800000 /* [II] Mbox 1 avail */
111 #define RIO_MBOX1_FULL 0x00200000 /* [II] Mbox 1 full */
112 #define RIO_MBOX1_EMPTY 0x00200000 /* [II] Mbox 1 empty */
113 #define RIO_MBOX1_BUSY 0x00100000 /* [II] Mbox 1 busy */
114 #define RIO_MBOX1_FAIL 0x00080000 /* [II] Mbox 1 fail */
115 #define RIO_MBOX1_ERROR 0x00040000 /* [II] Mbox 1 error */
116 #define RIO_MBOX2_AVAIL 0x00008000 /* [II] Mbox 2 avail */
117 #define RIO_MBOX2_FULL 0x00004000 /* [II] Mbox 2 full */
118 #define RIO_MBOX2_EMPTY 0x00002000 /* [II] Mbox 2 empty */
119 #define RIO_MBOX2_BUSY 0x00001000 /* [II] Mbox 2 busy */
120 #define RIO_MBOX2_FAIL 0x00000800 /* [II] Mbox 2 fail */
121 #define RIO_MBOX2_ERROR 0x00000400 /* [II] Mbox 2 error */
122 #define RIO_MBOX3_AVAIL 0x00000080 /* [II] Mbox 3 avail */
123 #define RIO_MBOX3_FULL 0x00000040 /* [II] Mbox 3 full */
124 #define RIO_MBOX3_EMPTY 0x00000020 /* [II] Mbox 3 empty */
125 #define RIO_MBOX3_BUSY 0x00000010 /* [II] Mbox 3 busy */
126 #define RIO_MBOX3_FAIL 0x00000008 /* [II] Mbox 3 fail */
127 #define RIO_MBOX3_ERROR 0x00000004 /* [II] Mbox 3 error */
130 #define RIO_DOORBELL_CSR 0x44 /* [II, <= 1.2] Doorbell CSR */
131 #define RIO_DOORBELL_AVAIL 0x80000000 /* [II] Doorbell avail */
132 #define RIO_DOORBELL_FULL 0x40000000 /* [II] Doorbell full */
133 #define RIO_DOORBELL_EMPTY 0x20000000 /* [II] Doorbell empty */
134 #define RIO_DOORBELL_BUSY 0x10000000 /* [II] Doorbell busy */
135 #define RIO_DOORBELL_FAILED 0x08000000 /* [II] Doorbell failed */
136 #define RIO_DOORBELL_ERROR 0x04000000 /* [II] Doorbell error */
204 #define RIO_EFB_SER_EP_M2_ID 0x0011 /* [VI] LP-Serial EP Devices, Map II */
205 #define RIO_EFB_SER_EP_SW_M2_ID 0x0012 /* [VI] LP-Serial EP w SW Recovery Devices, Map II */
206 #define RIO_EFB_SER_EPF_M2_ID 0x0013 /* [VI] LP-Serial EP Free Devices, Map II */
208 #define RIO_EFB_SER_EPF_SW_M2_ID 0x0019 /* [VI] LP-Serial EP Free w SW Recovery Devices, Map II */
255 #define RIO_PORT_N_OB_ACK_CSR(n) (0x60 + (n) * 0x40) /* Only in RM-II */
259 #define RIO_PORT_N_IB_ACK_CSR(n) (0x64 + (n) * 0x40) /* Only in RM-II */