Searched refs:nbcap (Results 1 – 2 of 2) sorted by relevance
884 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()
356 u32 nbcap; /* North Bridge Capabilities */ member