Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Damd64_edac.c3129 !!(val & NBCFG_CHIPKILL), !!(val & NBCFG_ECC_ENABLE)); in dct_init_csrows()
3165 if (pvt->nbcfg & NBCFG_ECC_ENABLE) { in dct_init_csrows()
3284 nid, value, !!(value & NBCFG_ECC_ENABLE)); in enable_ecc_error_reporting()
3286 if (!(value & NBCFG_ECC_ENABLE)) { in enable_ecc_error_reporting()
3292 value |= NBCFG_ECC_ENABLE; in enable_ecc_error_reporting()
3297 if (!(value & NBCFG_ECC_ENABLE)) { in enable_ecc_error_reporting()
3309 nid, value, !!(value & NBCFG_ECC_ENABLE)); in enable_ecc_error_reporting()
3331 value &= ~NBCFG_ECC_ENABLE; in restore_ecc_error_reporting()
3349 ecc_en = !!(value & NBCFG_ECC_ENABLE); in dct_ecc_enabled()
H A Damd64_edac.h210 #define NBCFG_ECC_ENABLE BIT(22) macro