Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/edac/
Damd64_edac.c337 if (boot_cpu_data.x86 == 0xf && pvt->ext_model < K8_REV_F) { in get_cs_base_and_mask()
773 bit = (boot_cpu_data.x86 > 0xf || pvt->ext_model >= K8_REV_F) in amd64_determine_edac_cap()
851 if (boot_cpu_data.x86 == 0xf && pvt->ext_model < K8_REV_F) { in prep_chip_selects()
913 else if (boot_cpu_data.x86 == 0x10 || pvt->ext_model >= K8_REV_F) { in amd64_determine_memory_type()
932 if (pvt->ext_model >= K8_REV_F) in k8_early_channel_count()
1127 if (pvt->ext_model >= K8_REV_F) { in k8_dbam_to_chip_select()
1655 if (pvt->ext_model < K8_REV_F) in amd64_debug_display_dimm_sizes()
2529 (pvt->ext_model >= K8_REV_F ? "revF or later " in amd64_per_family_init()
Damd64_edac.h153 #define K8_REV_F 4 macro