tot_csrows        318 drivers/edac/edac_mc.c 	unsigned int tot_csrows = 1, tot_channels = 1, tot_errcount = 0;
tot_csrows        331 drivers/edac/edac_mc.c 			tot_csrows *= layers[i].size;
tot_csrows        362 drivers/edac/edac_mc.c 		 tot_csrows * tot_channels);
tot_csrows        385 drivers/edac/edac_mc.c 	mci->nr_csrows = tot_csrows;
tot_csrows        392 drivers/edac/edac_mc.c 	mci->csrows = kcalloc(tot_csrows, sizeof(*mci->csrows), GFP_KERNEL);
tot_csrows        395 drivers/edac/edac_mc.c 	for (row = 0; row < tot_csrows; row++) {
tot_csrows        476 drivers/edac/edac_mc.c 			if (row == tot_csrows) {