Lines Matching refs:row
209 * TODO: The row and channel parameters likely need to be dynamically
317 unsigned int row, rows;
328 for (rows = 0, row = 0; row < mci->nr_csrows; row++) {
329 if (ppc4xx_edac_check_bank_error(status, row)) {
331 (rows++ ? ", " : ""), row);
718 int row;
723 for (row = 0; row < mci->nr_csrows; row++)
724 if (ppc4xx_edac_check_bank_error(status, row))
727 row, 0, -1,
749 int row;
754 for (row = 0; row < mci->nr_csrows; row++)
755 if (ppc4xx_edac_check_bank_error(status, row))
758 row, 0, -1,
884 * controller bank/rank is mapped to a row.
896 int row, j;
914 * Initialize each chip select row structure which correspond
918 for (row = 0; row < mci->nr_csrows; row++) {
919 struct csrow_info *csi = mci->csrows[row];
923 * row/bank/rank and skip disabled banks.
926 mbxcf = mfsdram(&pdata->dcr_host, SDRAM_MBXCF(row));
954 row, SDRAM_MBCF_SZ_DECODE(size));