Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/edac/
Damd64_edac.c1923 .early_channel_count = k8_early_channel_count,
1933 .early_channel_count = f1x_early_channel_count,
1943 .early_channel_count = f1x_early_channel_count,
1953 .early_channel_count = f1x_early_channel_count,
1963 .early_channel_count = f1x_early_channel_count,
1973 .early_channel_count = f1x_early_channel_count,
1983 .early_channel_count = f1x_early_channel_count,
2816 pvt->channel_count = pvt->ops->early_channel_count(pvt); in init_one_instance()
Damd64_edac.h416 int (*early_channel_count) (struct amd64_pvt *pvt); member