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