Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Digen6_edac.c79 #define ECC_ERROR_LOG_CE BIT_ULL(62) macro
599 if (ecclog & (ECC_ERROR_LOG_CE | ECC_ERROR_LOG_UE)) { in ecclog_read_and_clear()
904 ecclog = (val << ECC_ERROR_LOG_ADDR_SHIFT) | ECC_ERROR_LOG_CE; in debugfs_u64_set()