Searched defs:dimm_info (Results 1 – 1 of 1) sorted by relevance
437 struct dimm_info { struct438 struct device dev;440 char label[EDAC_MC_LABEL_LEN + 1]; /* DIMM label on motherboard */443 unsigned int location[EDAC_MAX_LAYERS];445 struct mem_ctl_info *mci; /* the parent */447 u32 grain; /* granularity of reported error in bytes */448 enum dev_type dtype; /* memory device type */449 enum mem_type mtype; /* memory dimm type */450 enum edac_type edac_mode; /* EDAC mode for this dimm */452 u32 nr_pages; /* number of pages on this dimm */[all …]