Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/edac/
Dedac_ibecc.c81 uint32_t errsts; in ibecc_errsts_clear() local
83 errsts = pcie_conf_read(bdf, ERRSTS_REG); in ibecc_errsts_clear()
85 if ((errsts & (ERRSTS_IBECC_COR | ERRSTS_IBECC_UC)) == 0) { in ibecc_errsts_clear()
89 pcie_conf_write(bdf, ERRSTS_REG, errsts); in ibecc_errsts_clear()