Searched defs:csrow_info (Results 1 – 1 of 1) sorted by relevance
421 struct csrow_info { struct422 struct device dev;425 unsigned long first_page; /* first page number in csrow */426 unsigned long last_page; /* last page number in csrow */427 unsigned long page_mask; /* used for interleaving -430 int csrow_idx; /* the chip-select row */432 u32 ue_count; /* Uncorrectable Errors for this csrow */433 u32 ce_count; /* Correctable Errors for this csrow */435 struct mem_ctl_info *mci; /* the parent */438 u32 nr_channels;[all …]
Completed in 22 milliseconds