Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/edac/
Damd64_edac.c1908 .early_channel_count = k8_early_channel_count,
1918 .early_channel_count = f1x_early_channel_count,
1928 .early_channel_count = f1x_early_channel_count,
1938 .early_channel_count = f1x_early_channel_count,
1948 .early_channel_count = f1x_early_channel_count,
1958 .early_channel_count = f1x_early_channel_count,
1968 .early_channel_count = f1x_early_channel_count,
2801 pvt->channel_count = pvt->ops->early_channel_count(pvt); in init_one_instance()
Damd64_edac.h468 int (*early_channel_count) (struct amd64_pvt *pvt); member