Lines Matching defs:csrows
130 edac_dbg(3, "\tmci->nr_csrows = %d, csrows = %p\n",
131 mci->nr_csrows, mci->csrows);
240 if (mci->csrows) {
242 csr = mci->csrows[row];
253 kfree(mci->csrows);
267 mci->csrows = kcalloc(tot_csrows, sizeof(*mci->csrows), GFP_KERNEL);
268 if (!mci->csrows)
274 csr = kzalloc(sizeof(**mci->csrows), GFP_KERNEL);
278 mci->csrows[row] = csr;
325 chan = mci->csrows[row]->channels[chn];
354 /* Link it to the csrows old API data */
402 * Calculate the total amount of dimms and csrows/cschannels while
427 edac_dbg(1, "allocating %u bytes for mci data (%d %s, %d csrows/channels)\n",
684 struct csrow_info *csrow = mci->csrows[i];
824 struct csrow_info **csrows = mci->csrows;
831 struct csrow_info *csrow = csrows[i];
978 mci->csrows[row]->ce_count += count;
980 mci->csrows[row]->channels[chan]->ce_count += count;
982 mci->csrows[row]->ue_count += count;
1124 edac_dbg(4, "%s csrows map: (%d,%d)\n",