Searched defs:csrow_info (Results 1 – 1 of 1) sorted by relevance
430 struct csrow_info { struct431 struct device dev;434 unsigned long first_page; /* first page number in csrow */435 unsigned long last_page; /* last page number in csrow */436 unsigned long page_mask; /* used for interleaving -439 int csrow_idx; /* the chip-select row */441 u32 ue_count; /* Uncorrectable Errors for this csrow */442 u32 ce_count; /* Correctable Errors for this csrow */444 struct mem_ctl_info *mci; /* the parent */447 u32 nr_channels;[all …]