Lines Matching refs:row
196 * TODO: The row and channel parameters likely need to be dynamically
304 unsigned int row, rows;
315 for (rows = 0, row = 0; row < mci->nr_csrows; row++) {
316 if (ppc4xx_edac_check_bank_error(status, row)) {
318 (rows++ ? ", " : ""), row);
705 int row;
710 for (row = 0; row < mci->nr_csrows; row++)
711 if (ppc4xx_edac_check_bank_error(status, row))
714 row, 0, -1,
736 int row;
741 for (row = 0; row < mci->nr_csrows; row++)
742 if (ppc4xx_edac_check_bank_error(status, row))
745 row, 0, -1,
871 * controller bank/rank is mapped to a row.
883 int row, j;
901 * Initialize each chip select row structure which correspond
905 for (row = 0; row < mci->nr_csrows; row++) {
906 struct csrow_info *csi = mci->csrows[row];
910 * row/bank/rank and skip disabled banks.
913 mbxcf = mfsdram(&pdata->dcr_host, SDRAM_MBXCF(row));
941 row, SDRAM_MBCF_SZ_DECODE(size));