Searched refs:dclr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | amd64_edac.c | 753 static void debug_dump_dramcfg_low(struct amd64_pvt *pvt, u32 dclr, int chan) in debug_dump_dramcfg_low() argument 755 edac_dbg(1, "F2x%d90 (DRAM Cfg Low): 0x%08x\n", chan, dclr); in debug_dump_dramcfg_low() 768 (dclr & BIT(19)) ? "yes" : "no"); in debug_dump_dramcfg_low() 772 (dclr & BIT(8)) ? "enabled" : "disabled"); in debug_dump_dramcfg_low() 776 (dclr & BIT(11)) ? "128b" : "64b"); in debug_dump_dramcfg_low() 779 (dclr & BIT(12)) ? "yes" : "no", in debug_dump_dramcfg_low() 780 (dclr & BIT(13)) ? "yes" : "no", in debug_dump_dramcfg_low() 781 (dclr & BIT(14)) ? "yes" : "no", in debug_dump_dramcfg_low() 782 (dclr & BIT(15)) ? "yes" : "no"); in debug_dump_dramcfg_low() 1359 u32 dclr in k8_dbam_to_chip_select() local 1526 u32 dclr = dct ? pvt->dclr1 : pvt->dclr0; f10_dbam_to_chip_select() local [all...] |
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | amd64_edac.c | 1424 static void debug_dump_dramcfg_low(struct amd64_pvt *pvt, u32 dclr, int chan) in debug_dump_dramcfg_low() argument 1426 edac_dbg(1, "F2x%d90 (DRAM Cfg Low): 0x%08x\n", chan, dclr); in debug_dump_dramcfg_low() 1439 (dclr & BIT(19)) ? "yes" : "no"); in debug_dump_dramcfg_low() 1443 (dclr & BIT(8)) ? "enabled" : "disabled"); in debug_dump_dramcfg_low() 1447 (dclr & BIT(11)) ? "128b" : "64b"); in debug_dump_dramcfg_low() 1450 (dclr & BIT(12)) ? "yes" : "no", in debug_dump_dramcfg_low() 1451 (dclr & BIT(13)) ? "yes" : "no", in debug_dump_dramcfg_low() 1452 (dclr & BIT(14)) ? "yes" : "no", in debug_dump_dramcfg_low() 1453 (dclr & BIT(15)) ? "yes" : "no"); in debug_dump_dramcfg_low() 2114 u32 dclr in k8_dbam_to_chip_select() local 2218 u32 dclr = dct ? pvt->dclr1 : pvt->dclr0; f10_dbam_to_chip_select() local [all...] |
Completed in 7 milliseconds