Searched refs:nbcap (Results 1 – 2 of 2) sorted by relevance
725 edac_dbg(1, "F3xE8 (NB Cap): 0x%08x\n", pvt->nbcap); in dump_misc_regs()728 (pvt->nbcap & NBCAP_DCT_DUAL) ? "yes" : "no"); in dump_misc_regs()731 (pvt->nbcap & NBCAP_SECDED) ? "yes" : "no", in dump_misc_regs()732 (pvt->nbcap & NBCAP_CHIPKILL) ? "yes" : "no"); in dump_misc_regs()2279 amd64_read_pci_cfg(pvt->F3, NBCAP, &pvt->nbcap); in read_mc_regs()2677 if (pvt->nbcap & NBCAP_SECDED) in setup_mci_misc_attrs()2680 if (pvt->nbcap & NBCAP_CHIPKILL) in setup_mci_misc_attrs()
362 u32 nbcap; /* North Bridge Capabilities */ member