Home
last modified time | relevance | path

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

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