Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/edac/
Damd64_edac.c825 amd64_info("using %s syndromes.\n", ((pvt->ecc_sym_sz == 8) ? "x8" : "x4")); in dump_misc_regs()
908 amd64_info("CS%d: %s\n", cs, edac_mem_types[type]); in amd64_determine_memory_type()
1176 amd64_info("MCT channel count: %d\n", channels); in f1x_early_channel_count()
1644 amd64_info(EDAC_MC ": %d: %5dMB %d: %5dMB\n", in amd64_debug_display_dimm_sizes()
2339 amd64_info("Hardware accepted DRAM ECC Enable\n"); in enable_ecc_error_reporting()
2399 amd64_info("DRAM ECC %s.\n", (ecc_en ? "enabled" : "disabled")); in ecc_enabled()
2493 amd64_info("%s %sdetected (node %d).\n", fam_type->ctl_name, in amd64_per_family_init()
Damd64_edac.h80 #define amd64_info(fmt, arg...) \ macro