• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/

Lines Matching defs:row

163 	int row, chn;
194 for (row = 0; row < nr_csrows; row++) {
195 csrow = &csi[row];
196 csrow->csrow_idx = row;
199 chp = &chi[row * nr_chans];
634 int row, i;
637 row = -1;
654 row = i;
659 if (row == -1)
664 return row;
671 int row, int channel, const char *msg)
677 if (row >= mci->nr_csrows || row < 0) {
680 "INTERNAL ERROR: row out of range "
681 "(%d >= %d)\n", row, mci->nr_csrows);
686 if (channel >= mci->csrows[row].nr_channels || channel < 0) {
691 mci->csrows[row].nr_channels);
699 "0x%lx, row %d, channel %d, label \"%s\": %s\n",
701 mci->csrows[row].grain, syndrome, row, channel,
702 mci->csrows[row].channels[channel].label, msg);
705 mci->csrows[row].ce_count++;
706 mci->csrows[row].channels[channel].ce_count++;
723 mci->csrows[row].grain);
741 unsigned long offset_in_page, int row, const char *msg)
751 if (row >= mci->nr_csrows || row < 0) {
754 "INTERNAL ERROR: row out of range "
755 "(%d >= %d)\n", row, mci->nr_csrows);
761 mci->csrows[row].channels[0].label);
765 for (chan = 1; (chan < mci->csrows[row].nr_channels) && (len > 0);
768 mci->csrows[row].channels[chan].label);
775 "UE page 0x%lx, offset 0x%lx, grain %d, row %d, "
777 offset_in_page, mci->csrows[row].grain, row,
782 "row %d, labels \"%s\": %s\n", mci->mc_idx,
784 mci->csrows[row].grain, row, labels, msg);
787 mci->csrows[row].ue_count++;
821 "INTERNAL ERROR: row out of range (%d >= %d)\n",
860 "UE row %d, channel-a= %d channel-b= %d "
865 panic("UE row %d, channel-a= %d channel-b= %d "
883 "INTERNAL ERROR: row out of range (%d >= %d)\n",
899 "CE row %d, channel %d, label \"%s\": %s\n",