Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/edac/
Damd64_edac.c1348 edac_dbg(1, "UMC%d DIMM cfg: 0x%x\n", i, umc->dimm_cfg); in umc_dump_misc_regs()
1360 i, (umc->dimm_cfg & BIT(6)) ? "yes" : "no"); in umc_dump_misc_regs()
1362 i, (umc->dimm_cfg & BIT(7)) ? "yes" : "no"); in umc_dump_misc_regs()
1556 if (umc->dimm_cfg & BIT(5)) in umc_determine_memory_type()
1558 else if (umc->dimm_cfg & BIT(4)) in umc_determine_memory_type()
1563 if (umc->dimm_cfg & BIT(5)) in umc_determine_memory_type()
1565 else if (umc->dimm_cfg & BIT(4)) in umc_determine_memory_type()
2915 umc->dimm_cfg = tmp; in umc_read_mc_regs()
3407 dev_x4 &= !!(pvt->umc[i].dimm_cfg & BIT(6)); in umc_determine_edac_ctl_cap()
3408 dev_x16 &= !!(pvt->umc[i].dimm_cfg & BIT(7)); in umc_determine_edac_ctl_cap()
Damd64_edac.h304 u32 dimm_cfg; /* DIMM Configuration reg */ member