Searched refs:ce_count (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/edac/
H A Dedac_mc.h277 u32 ce_count; /* Correctable Errors for this CHANNEL */ member in struct:channel_info
293 u32 ce_count; /* Correctable Errors for this csrow */ member in struct:csrow_info
353 u32 ce_count; /* Total Correctable Errors for this MC */ member in struct:mem_ctl_info
H A Dedac_mc.c624 return sprintf(data,"%u\n", csrow->ce_count);
674 return sprintf(data, "%u\n", csrow->channels[channel].ce_count);
736 CSROWDEV_ATTR(ce_count,S_IRUGO,csrow_ce_count_show,NULL,0);
786 /* possible dynamic channel ce_count attribute files */
812 /* Total possible dynamic ce_count attribute file table */
842 debugf1("%s() dimm labels and ce_count files created", __func__);
889 * namely, the DIMM labels and the channel ce_count
912 mci->ce_count = 0;
918 ri->ce_count = 0;
921 ri->channels[chan].ce_count
[all...]

Completed in 94 milliseconds