Lines Matching refs:row
99 edac_dbg(4, "%s%i: %smapped as virtual row %d, chan %d\n",
181 int i, chn, row;
190 for (row = 0; row < mci->nr_csrows; row++) {
191 csr = mci->csrows[row];
213 unsigned int row, chn;
222 for (row = 0; row < tot_csrows; row++) {
229 mci->csrows[row] = csr;
230 csr->csrow_idx = row;
257 unsigned int row, chn, idx;
269 row = 0;
276 chan = mci->csrows[row]->channels[chn];
304 dimm->csrow = row;
312 row++;
315 row++;
316 if (row == mci->nr_csrows) {
317 row = 0;
756 int row, i, j, n;
759 row = -1;
780 row = i;
785 if (row == -1)
790 return row;
897 static void edac_inc_csrow(struct edac_raw_error_desc *e, int row, int chan)
903 if (row < 0)
906 edac_dbg(4, "csrow/channel to increment: (%d,%d)\n", row, chan);
909 mci->csrows[row]->ce_count += count;
911 mci->csrows[row]->channels[chan]->ce_count += count;
913 mci->csrows[row]->ue_count += count;
957 int row = -1, chan = -1;
1057 if (row == -1)
1058 row = dimm->csrow;
1059 else if (row >= 0 && row != dimm->csrow)
1060 row = -2;
1073 edac_inc_csrow(e, row, chan);