Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/edac/
Damd64_edac.c2129 .early_channel_count = k8_early_channel_count,
2139 .early_channel_count = f1x_early_channel_count,
2149 .early_channel_count = f1x_early_channel_count,
2159 .early_channel_count = f1x_early_channel_count,
2169 .early_channel_count = f1x_early_channel_count,
2179 .early_channel_count = f1x_early_channel_count,
2189 .early_channel_count = f1x_early_channel_count,
2199 .early_channel_count = f17_early_channel_count,
3267 pvt->channel_count = pvt->ops->early_channel_count(pvt); in init_one_instance()
Damd64_edac.h459 int (*early_channel_count) (struct amd64_pvt *pvt); member