Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/edac/
Damd64_edac.c894 edac_dbg(1, "F3xE8 (NB Cap): 0x%08x\n", pvt->nbcap); in __dump_misc_regs()
897 (pvt->nbcap & NBCAP_DCT_DUAL) ? "yes" : "no"); in __dump_misc_regs()
900 (pvt->nbcap & NBCAP_SECDED) ? "yes" : "no", in __dump_misc_regs()
901 (pvt->nbcap & NBCAP_CHIPKILL) ? "yes" : "no"); in __dump_misc_regs()
2845 amd64_read_pci_cfg(pvt->F3, NBCAP, &pvt->nbcap); in read_mc_regs()
3325 if (pvt->nbcap & NBCAP_SECDED) in setup_mci_misc_attrs()
3328 if (pvt->nbcap & NBCAP_CHIPKILL) in setup_mci_misc_attrs()
Damd64_edac.h362 u32 nbcap; /* North Bridge Capabilities */ member