Searched defs:csrow_info (Results 1 – 1 of 1) sorted by relevance
406 struct csrow_info { struct407 struct device dev;410 unsigned long first_page; /* first page number in csrow */411 unsigned long last_page; /* last page number in csrow */412 unsigned long page_mask; /* used for interleaving -415 int csrow_idx; /* the chip-select row */417 u32 ue_count; /* Uncorrectable Errors for this csrow */418 u32 ce_count; /* Correctable Errors for this csrow */420 struct mem_ctl_info *mci; /* the parent */423 u32 nr_channels;[all …]