Lines Matching defs:csrows
127 edac_dbg(3, "\tmci->nr_csrows = %d, csrows = %p\n",
128 mci->nr_csrows, mci->csrows);
189 if (mci->csrows) {
191 csr = mci->csrows[row];
202 kfree(mci->csrows);
218 mci->csrows = kcalloc(tot_csrows, sizeof(*mci->csrows), GFP_KERNEL);
219 if (!mci->csrows)
225 csr = kzalloc(sizeof(**mci->csrows), GFP_KERNEL);
229 mci->csrows[row] = csr;
276 chan = mci->csrows[row]->channels[chn];
302 /* Link it to the csrows old API data */
349 * Calculate the total amount of dimms and csrows/cschannels while
615 struct csrow_info *csrow = mci->csrows[i];
755 struct csrow_info **csrows = mci->csrows;
762 struct csrow_info *csrow = csrows[i];
909 mci->csrows[row]->ce_count += count;
911 mci->csrows[row]->channels[chan]->ce_count += count;
913 mci->csrows[row]->ue_count += count;
1054 edac_dbg(4, "%s csrows map: (%d,%d)\n",