Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/edac/
Damd64_edac.c1902 static struct amd64_family_type family_types[] = { variable
2709 fam_type = &family_types[K8_CPUS]; in per_family_init()
2710 pvt->ops = &family_types[K8_CPUS].ops; in per_family_init()
2714 fam_type = &family_types[F10_CPUS]; in per_family_init()
2715 pvt->ops = &family_types[F10_CPUS].ops; in per_family_init()
2720 fam_type = &family_types[F15_M30H_CPUS]; in per_family_init()
2721 pvt->ops = &family_types[F15_M30H_CPUS].ops; in per_family_init()
2724 fam_type = &family_types[F15_M60H_CPUS]; in per_family_init()
2725 pvt->ops = &family_types[F15_M60H_CPUS].ops; in per_family_init()
2729 fam_type = &family_types[F15_CPUS]; in per_family_init()
[all …]