Home
last modified time | relevance | path

Searched refs:dimm_cfg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/edac/
H A Damd64_edac.c1363 edac_dbg(1, "UMC%d DIMM cfg: 0x%x\n", i, umc->dimm_cfg); in umc_dump_misc_regs()
1375 i, str_yes_no(umc->dimm_cfg & BIT(6))); in umc_dump_misc_regs()
1377 i, str_yes_no(umc->dimm_cfg & BIT(7))); in umc_dump_misc_regs()
1571 if (umc->dimm_cfg & BIT(5)) in umc_determine_memory_type()
1573 else if (umc->dimm_cfg & BIT(4)) in umc_determine_memory_type()
1578 if (umc->dimm_cfg & BIT(5)) in umc_determine_memory_type()
1580 else if (umc->dimm_cfg & BIT(4)) in umc_determine_memory_type()
2930 umc->dimm_cfg = tmp; in umc_read_mc_regs()
3406 dev_x4 &= !!(pvt->umc[i].dimm_cfg & BIT(6)); in umc_determine_edac_ctl_cap()
3407 dev_x16 &= !!(pvt->umc[i].dimm_cfg & BIT(7)); in umc_determine_edac_ctl_cap()
H A Damd64_edac.h305 u32 dimm_cfg; /* DIMM Configuration reg */ member