Searched refs:ecsr (Results 1 – 4 of 4) sorted by relevance
1138 uint32_t ecsr, ecir; in QM_GetErrorInformation() local1146 ecsr = GET_UINT32(p_Qm->p_QmRegs->ecsr); in QM_GetErrorInformation()1148 if ((ecsr & QM_EX_MULTI_ECC) || in QM_GetErrorInformation()1149 (ecsr & QM_EX_SINGLE_ECC)) in QM_GetErrorInformation()1154 if ((ecsr & QM_EX_ENQUEUE_QUEUE) || in QM_GetErrorInformation()1155 (ecsr & QM_EX_ENQUEUE_STATE) || in QM_GetErrorInformation()1156 (ecsr & QM_EX_ENQUEUE_OVERFLOW) || in QM_GetErrorInformation()1157 (ecsr & QM_EX_DEQUEUE_DCP) || in QM_GetErrorInformation()1158 (ecsr & QM_EX_DEQUEUE_FQ) || in QM_GetErrorInformation()1159 (ecsr & QM_EX_DEQUEUE_QUEUE) || in QM_GetErrorInformation()[all …]
242 volatile uint32_t ecsr; /**< QMan Error Capture Status Register */
130 volatile uint32_t ecsr; /**< BMan Error Capture Status Register */
791 DUMP_VAR(p_Bm->p_BmRegs, ecsr); in BM_DumpRegs()