Searched refs:dimm_cfg (Results 1 – 2 of 2) sorted by relevance
1614 edac_dbg(1, "UMC%d DIMM cfg: 0x%x\n", i, umc->dimm_cfg); in umc_dump_misc_regs()1632 i, (umc->dimm_cfg & BIT(6)) ? "yes" : "no"); in umc_dump_misc_regs()1634 i, (umc->dimm_cfg & BIT(7)) ? "yes" : "no"); in umc_dump_misc_regs()1827 if (umc->dimm_cfg & BIT(5)) in umc_determine_memory_type()1829 else if (umc->dimm_cfg & BIT(4)) in umc_determine_memory_type()1834 if (umc->dimm_cfg & BIT(5)) in umc_determine_memory_type()1836 else if (umc->dimm_cfg & BIT(4)) in umc_determine_memory_type()3179 amd_smn_read(nid, umc_base + get_umc_reg(pvt, UMCCH_DIMM_CFG), &umc->dimm_cfg); in umc_read_mc_regs()3663 dev_x4 &= !!(pvt->umc[i].dimm_cfg & BIT(6)); in umc_determine_edac_ctl_cap()3664 dev_x16 &= !!(pvt->umc[i].dimm_cfg & BIT(7)); in umc_determine_edac_ctl_cap()
308 u32 dimm_cfg; /* DIMM Configuration reg */ member