Home
last modified time | relevance | path

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

/linux-6.15/drivers/edac/
H A Damd64_edac.c1349 edac_dbg(1, "UMC%d DIMM cfg: 0x%x\n", i, umc->dimm_cfg); in umc_dump_misc_regs()
1361 i, str_yes_no(umc->dimm_cfg & BIT(6))); in umc_dump_misc_regs()
1363 i, str_yes_no(umc->dimm_cfg & BIT(7))); in umc_dump_misc_regs()
1557 if (umc->dimm_cfg & BIT(5)) in umc_determine_memory_type()
1559 else if (umc->dimm_cfg & BIT(4)) in umc_determine_memory_type()
1564 if (umc->dimm_cfg & BIT(5)) in umc_determine_memory_type()
1566 else if (umc->dimm_cfg & BIT(4)) in umc_determine_memory_type()
2916 umc->dimm_cfg = tmp; in umc_read_mc_regs()
3392 dev_x4 &= !!(pvt->umc[i].dimm_cfg & BIT(6)); in umc_determine_edac_ctl_cap()
3393 dev_x16 &= !!(pvt->umc[i].dimm_cfg & BIT(7)); in umc_determine_edac_ctl_cap()
H A Damd64_edac.h304 u32 dimm_cfg; /* DIMM Configuration reg */ member