Searched refs:nbcap (Results 1 – 2 of 2) sorted by relevance
1157 edac_dbg(1, "F3xE8 (NB Cap): 0x%08x\n", pvt->nbcap); in __dump_misc_regs()1160 (pvt->nbcap & NBCAP_DCT_DUAL) ? "yes" : "no"); in __dump_misc_regs()1163 (pvt->nbcap & NBCAP_SECDED) ? "yes" : "no", in __dump_misc_regs()1164 (pvt->nbcap & NBCAP_CHIPKILL) ? "yes" : "no"); in __dump_misc_regs()3096 amd64_read_pci_cfg(pvt->F3, NBCAP, &pvt->nbcap); in read_mc_regs()3575 if (pvt->nbcap & NBCAP_SECDED) in setup_mci_misc_attrs()3578 if (pvt->nbcap & NBCAP_CHIPKILL) in setup_mci_misc_attrs()
362 u32 nbcap; /* North Bridge Capabilities */ member