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.c3143 !!(val & NBCFG_CHIPKILL), !!(val & NBCFG_ECC_ENABLE)); in dct_init_csrows()
3179 if (pvt->nbcfg & NBCFG_ECC_ENABLE) { in dct_init_csrows()
3297 nid, value, !!(value & NBCFG_ECC_ENABLE)); in enable_ecc_error_reporting()
3299 if (!(value & NBCFG_ECC_ENABLE)) { in enable_ecc_error_reporting()
3305 value |= NBCFG_ECC_ENABLE; in enable_ecc_error_reporting()
3310 if (!(value & NBCFG_ECC_ENABLE)) { in enable_ecc_error_reporting()
3322 nid, value, !!(value & NBCFG_ECC_ENABLE)); in enable_ecc_error_reporting()
3344 value &= ~NBCFG_ECC_ENABLE; in restore_ecc_error_reporting()
3362 ecc_en = !!(value & NBCFG_ECC_ENABLE); in dct_ecc_enabled()
H A Damd64_edac.h210 #define NBCFG_ECC_ENABLE BIT(22) macro