Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/edac/
Damd64_edac.c884 edac_dbg(1, "F3xE8 (NB Cap): 0x%08x\n", pvt->nbcap); in __dump_misc_regs()
887 (pvt->nbcap & NBCAP_DCT_DUAL) ? "yes" : "no"); in __dump_misc_regs()
890 (pvt->nbcap & NBCAP_SECDED) ? "yes" : "no", in __dump_misc_regs()
891 (pvt->nbcap & NBCAP_CHIPKILL) ? "yes" : "no"); in __dump_misc_regs()
2794 amd64_read_pci_cfg(pvt->F3, NBCAP, &pvt->nbcap); in read_mc_regs()
3292 if (pvt->nbcap & NBCAP_SECDED) in setup_mci_misc_attrs()
3295 if (pvt->nbcap & NBCAP_CHIPKILL) in setup_mci_misc_attrs()
Damd64_edac.h356 u32 nbcap; /* North Bridge Capabilities */ member