Searched refs:ecir (Results 1 – 4 of 4) sorted by relevance
1138 uint32_t ecsr, ecir; in QM_GetErrorInformation() local1147 ecir = GET_UINT32(p_Qm->p_QmRegs->ecir); in QM_GetErrorInformation()1164 p_errInfo->hwPortal = (bool)(ecir & ECIR_PORTAL_TYPE); in QM_GetErrorInformation()1166 p_errInfo->dcpId = (e_DpaaDcPortal)((ecir & ECIR_PORTAL_MASK) >> ECIR_PORTAL_SHIFT); in QM_GetErrorInformation()1168 … p_errInfo->swPortalId = (e_DpaaSwPortal)((ecir & ECIR_PORTAL_MASK) >> ECIR_PORTAL_SHIFT); in QM_GetErrorInformation()1179 p_errInfo->fqid = ((ecir & ECIR_FQID_MASK) >> ECIR_FQID_SHIFT); in QM_GetErrorInformation()1238 DUMP_VAR(p_Qm->p_QmRegs, ecir); in QM_DumpRegs()
243 volatile uint32_t ecir; /**< QMan Error Capture Information Register */
131 volatile uint32_t ecir; /**< BMan Error Capture Information Register */
792 DUMP_VAR(p_Bm->p_BmRegs, ecir); in BM_DumpRegs()