Searched defs:dimm_info (Results 1 – 1 of 1) sorted by relevance
381 struct dimm_info { struct382 struct device dev;387 unsigned int location[EDAC_MAX_LAYERS];389 struct mem_ctl_info *mci; /* the parent */392 u32 grain; /* granularity of reported error in bytes */393 enum dev_type dtype; /* memory device type */394 enum mem_type mtype; /* memory dimm type */395 enum edac_type edac_mode; /* EDAC mode for this dimm */397 u32 nr_pages; /* number of pages on this dimm */399 unsigned int csrow, cschannel; /* Points to the old API data */[all …]
Completed in 11 milliseconds