Home
last modified time | relevance | path

Searched refs:tot_dimms (Results 1 – 1 of 1) sorted by relevance

/drivers/edac/
Dedac_mc.c133 mci->tot_dimms, mci->dimms); in edac_mc_dump_mci()
235 for (i = 0; i < mci->tot_dimms; i++) in mci_release()
313 mci->dimms = kcalloc(mci->tot_dimms, sizeof(*mci->dimms), GFP_KERNEL); in edac_mc_alloc_dimms()
320 for (idx = 0; idx < mci->tot_dimms; idx++) { in edac_mc_alloc_dimms()
393 unsigned int idx, size, tot_dimms = 1; in edac_mc_alloc() local
406 tot_dimms *= layers[idx].size; in edac_mc_alloc()
429 tot_dimms, in edac_mc_alloc()
448 mci->tot_dimms = tot_dimms; in edac_mc_alloc()