Home
last modified time | relevance | path

Searched refs:ecir (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c1138 uint32_t ecsr, ecir; in QM_GetErrorInformation() local
1147 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()
H A Dqm.h243 volatile uint32_t ecir; /**< QMan Error Capture Information Register */
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.h131 volatile uint32_t ecir; /**< BMan Error Capture Information Register */
H A Dbm.c792 DUMP_VAR(p_Bm->p_BmRegs, ecir); in BM_DumpRegs()