Lines Matching +full:0 +full:x00007000
69 #define SCU_COMPLETION_TYPE_MASK 0x70000000
83 #define SCU_COMPLETION_TYPE_TASK SCU_COMPLETION_TYPE(0)
94 #define SCU_COMPLETION_STATUS_MASK 0x0FFC0000
95 #define SCU_COMPLETION_TL_STATUS_MASK 0x0FC00000
97 #define SCU_COMPLETION_SDMA_STATUS_MASK 0x003C0000
98 #define SCU_COMPLETION_PEG_MASK 0x00010000
99 #define SCU_COMPLETION_PORT_MASK 0x00007000
102 #define SCU_COMPLETION_INDEX_MASK 0x00000FFF
171 #define SCU_UNSOLICITED_FRAME_MASK 0x0FFF0000
184 #define SCU_UNSOLICITED_FRAME_ERROR_MASK 0x00008000
187 * This macro returns a zero (0) value if there is no frame error otherwise
188 * it returns non-zero (!0).
200 #define SCU_TASK_DONE_GOOD ((U32)0x00)
201 #define SCU_TASK_DONE_CRC_ERR ((U32)0x14)
202 #define SCU_TASK_DONE_CHECK_RESPONSE ((U32)0x14)
203 #define SCU_TASK_DONE_GEN_RESPONSE ((U32)0x15)
204 #define SCU_TASK_DONE_NAK_CMD_ERR ((U32)0x16)
205 #define SCU_TASK_DONE_CMD_LL_R_ERR ((U32)0x16)
206 #define SCU_TASK_DONE_LL_R_ERR ((U32)0x17)
207 #define SCU_TASK_DONE_ACK_NAK_TO ((U32)0x17)
208 #define SCU_TASK_DONE_LL_PERR ((U32)0x18)
209 #define SCU_TASK_DONE_LL_SY_TERM ((U32)0x19)
210 #define SCU_TASK_DONE_NAK_ERR ((U32)0x19)
211 #define SCU_TASK_DONE_LL_LF_TERM ((U32)0x1A)
212 #define SCU_TASK_DONE_DATA_LEN_ERR ((U32)0x1A)
213 #define SCU_TASK_DONE_LL_CL_TERM ((U32)0x1B)
214 #define SCU_TASK_DONE_LL_ABORT_ERR ((U32)0x1B)
215 #define SCU_TASK_DONE_SEQ_INV_TYPE ((U32)0x1C)
216 #define SCU_TASK_DONE_UNEXP_XR ((U32)0x1C)
217 #define SCU_TASK_DONE_INV_FIS_TYPE ((U32)0x1D)
218 #define SCU_TASK_DONE_XR_IU_LEN_ERR ((U32)0x1D)
219 #define SCU_TASK_DONE_INV_FIS_LEN ((U32)0x1E)
220 #define SCU_TASK_DONE_XR_WD_LEN ((U32)0x1E)
221 #define SCU_TASK_DONE_SDMA_ERR ((U32)0x1F)
222 #define SCU_TASK_DONE_OFFSET_ERR ((U32)0x20)
223 #define SCU_TASK_DONE_MAX_PLD_ERR ((U32)0x21)
224 #define SCU_TASK_DONE_EXCESS_DATA ((U32)0x22)
225 #define SCU_TASK_DONE_LF_ERR ((U32)0x23)
226 #define SCU_TASK_DONE_UNEXP_FIS ((U32)0x24)
227 #define SCU_TASK_DONE_UNEXP_RESP ((U32)0x24)
228 #define SCU_TASK_DONE_EARLY_RESP ((U32)0x25)
229 #define SCU_TASK_DONE_SMP_RESP_TO_ERR ((U32)0x26)
230 #define SCU_TASK_DONE_DMASETUP_DIRERR ((U32)0x27)
231 #define SCU_TASK_DONE_SMP_UFI_ERR ((U32)0x27)
232 #define SCU_TASK_DONE_XFERCNT_ERR ((U32)0x28)
233 #define SCU_TASK_DONE_SMP_FRM_TYPE_ERR ((U32)0x28)
234 #define SCU_TASK_DONE_SMP_LL_RX_ERR ((U32)0x29)
235 #define SCU_TASK_DONE_RESP_LEN_ERR ((U32)0x2A)
236 #define SCU_TASK_DONE_UNEXP_DATA ((U32)0x2B)
237 #define SCU_TASK_DONE_OPEN_FAIL ((U32)0x2C)
238 #define SCU_TASK_DONE_UNEXP_SDBFIS ((U32)0x2D)
239 #define SCU_TASK_DONE_REG_ERR ((U32)0x2E)
240 #define SCU_TASK_DONE_SDB_ERR ((U32)0x2F)
241 #define SCU_TASK_DONE_TASK_ABORT ((U32)0x30)
243 #define SCU_TASK_DONE_CMD_SDMA_ERR ((U32)0x32)
244 #define SCU_TASK_DONE_CMD_LL_ABORT_ERR ((U32)0x33)
246 #define SCU_TASK_OPEN_REJECT_WRONG_DESTINATION ((U32)0x34)
247 #define SCU_TASK_OPEN_REJECT_RESERVED_ABANDON_1 ((U32)0x35)
248 #define SCU_TASK_OPEN_REJECT_RESERVED_ABANDON_2 ((U32)0x36)
249 #define SCU_TASK_OPEN_REJECT_RESERVED_ABANDON_3 ((U32)0x37)
250 #define SCU_TASK_OPEN_REJECT_BAD_DESTINATION ((U32)0x38)
251 #define SCU_TASK_OPEN_REJECT_ZONE_VIOLATION ((U32)0x39)
252 #define SCU_TASK_DONE_VIIT_ENTRY_NV ((U32)0x3A)
253 #define SCU_TASK_DONE_IIT_ENTRY_NV ((U32)0x3B)
254 #define SCU_TASK_DONE_RNCNV_OUTBOUND ((U32)0x3C)
255 #define SCU_TASK_OPEN_REJECT_STP_RESOURCES_BUSY ((U32)0x3D)
256 #define SCU_TASK_OPEN_REJECT_PROTOCOL_NOT_SUPPORTED ((U32)0x3E)
257 #define SCU_TASK_OPEN_REJECT_CONNECTION_RATE_NOT_SUPPORTED ((U32)0x3F)