Searched refs:EDAC_MC_LABEL_LEN (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_core.h38 #define EDAC_MC_LABEL_LEN 31 macro
301 char label[EDAC_MC_LABEL_LEN + 1]; /* DIMM label on motherboard */
H A Dedac_mc.c743 int len = EDAC_MC_LABEL_LEN * 4;
813 int len = EDAC_MC_LABEL_LEN * 4;
H A Dedac_mc_sysfs.c175 return snprintf(data, EDAC_MC_LABEL_LEN, "%s\n",
185 max_size = min((ssize_t) count, (ssize_t) EDAC_MC_LABEL_LEN - 1);
H A Di5000_edac.c473 char msg[EDAC_MC_LABEL_LEN + 1 + 160];
556 char msg[EDAC_MC_LABEL_LEN + 1 + 170];
H A Di5400_edac.c525 char msg[EDAC_MC_LABEL_LEN + 1 + 90 + 80];
588 char msg[EDAC_MC_LABEL_LEN + 1 + 90 + 80];

Completed in 46 milliseconds