Searched defs:dimm_info (Results 1 – 2 of 2) sorted by relevance
384 struct dimm_info { struct385 struct device dev;387 char label[EDAC_MC_LABEL_LEN + 1]; /* DIMM label on motherboard */390 unsigned int location[EDAC_MAX_LAYERS];392 struct mem_ctl_info *mci; /* the parent */393 unsigned int idx; /* index within the parent dimm array */395 u32 grain; /* granularity of reported error in bytes */396 enum dev_type dtype; /* memory device type */397 enum mem_type mtype; /* memory dimm type */398 enum edac_type edac_mode; /* EDAC mode for this dimm */[all …]
441 struct dimm_data dimm_info; in ie31200_get_dimm_config() local