Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/edac/
Damd64_edac.c1917 static struct amd64_family_type family_types[] = { variable
2724 fam_type = &family_types[K8_CPUS]; in per_family_init()
2725 pvt->ops = &family_types[K8_CPUS].ops; in per_family_init()
2729 fam_type = &family_types[F10_CPUS]; in per_family_init()
2730 pvt->ops = &family_types[F10_CPUS].ops; in per_family_init()
2735 fam_type = &family_types[F15_M30H_CPUS]; in per_family_init()
2736 pvt->ops = &family_types[F15_M30H_CPUS].ops; in per_family_init()
2739 fam_type = &family_types[F15_M60H_CPUS]; in per_family_init()
2740 pvt->ops = &family_types[F15_M60H_CPUS].ops; in per_family_init()
2744 fam_type = &family_types[F15_CPUS]; in per_family_init()
[all …]