Home
last modified time | relevance | path

Searched refs:ecsr (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
1146 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 …]
H A Dqm.h242 volatile uint32_t ecsr; /**< QMan Error Capture Status Register */
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.h130 volatile uint32_t ecsr; /**< BMan Error Capture Status Register */
H A Dbm.c791 DUMP_VAR(p_Bm->p_BmRegs, ecsr); in BM_DumpRegs()