Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/edac/
Damd64_edac.h435 int (*early_channel_count) (struct amd64_pvt *pvt); member
Damd64_edac.c1694 .early_channel_count = k8_early_channel_count,
1705 .early_channel_count = f1x_early_channel_count,
1716 .early_channel_count = f1x_early_channel_count,
2569 pvt->channel_count = pvt->ops->early_channel_count(pvt); in amd64_init_one_instance()