Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Damd64_edac.c1161 static void debug_dump_dramcfg_low(struct amd64_pvt *pvt, u32 dclr, int chan) in debug_dump_dramcfg_low() argument
1163 edac_dbg(1, "F2x%d90 (DRAM Cfg Low): 0x%08x\n", chan, dclr); in debug_dump_dramcfg_low()
1175 edac_dbg(1, "All DIMMs support ECC: %s\n", str_yes_no(dclr & BIT(19))); in debug_dump_dramcfg_low()
1179 str_enabled_disabled(dclr & BIT(8))); in debug_dump_dramcfg_low()
1183 (dclr & BIT(11)) ? "128b" : "64b"); in debug_dump_dramcfg_low()
1186 str_yes_no(dclr & BIT(12)), in debug_dump_dramcfg_low()
1187 str_yes_no(dclr & BIT(13)), in debug_dump_dramcfg_low()
1188 str_yes_no(dclr & BIT(14)), in debug_dump_dramcfg_low()
1189 str_yes_no(dclr & BIT(15))); in debug_dump_dramcfg_low()
1858 u32 dclr = dct ? pvt->dclr1 : pvt->dclr0; in k8_dbam_to_chip_select() local
[all …]