Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Dedac_mc.c128 mci->nr_csrows, mci->csrows); in edac_mc_dump_mci()
190 if (mci->csrows) { in mci_release()
192 csr = mci->csrows[row]; in mci_release()
203 kfree(mci->csrows); in mci_release()
219 mci->csrows = kzalloc_objs(*mci->csrows, tot_csrows); in edac_mc_alloc_csrows()
220 if (!mci->csrows) in edac_mc_alloc_csrows()
226 csr = kzalloc_obj(**mci->csrows); in edac_mc_alloc_csrows()
230 mci->csrows[row] = csr; in edac_mc_alloc_csrows()
276 chan = mci->csrows[row]->channels[chn]; in edac_mc_alloc_dimms()
615 struct csrow_info *csrow = mci->csrows[i]; in edac_mc_add_mc_with_groups()
[all …]
H A Damd76x_edac.c148 mci->csrows[row]->first_page, 0, 0, in amd76x_process_error_info()
163 mci->csrows[row]->first_page, 0, 0, in amd76x_process_error_info()
195 csrow = mci->csrows[index]; in amd76x_init_csrows()
H A Dpasemi_edac.c102 mci->csrows[cs]->first_page, 0, 0, in pasemi_edac_process_error_info()
109 mci->csrows[cs]->first_page, 0, 0, in pasemi_edac_process_error_info()
132 csrow = mci->csrows[index]; in pasemi_edac_init_csrows()
H A Di82975x_edac.c310 chan = (mci->csrows[row]->nr_channels == 1) ? 0 : info->eap & 1; in i82975x_process_error_info()
313 (1 << mci->csrows[row]->channels[chan]->dimm->grain)); in i82975x_process_error_info()
382 csrow = mci->csrows[index]; in i82975x_init_csrows()
407 dimm = mci->csrows[index]->channels[chan]->dimm; in i82975x_init_csrows()
H A Daspeed_edac.c94 struct csrow_info *csrow = mci->csrows[0]; in count_rec()
127 struct csrow_info *csrow = mci->csrows[0]; in count_un_rec()
233 struct csrow_info *csrow = mci->csrows[0]; in init_csrows()
H A Di82860_edac.c118 dimm = mci->csrows[row]->channels[0]->dimm; in i82860_process_error_info()
162 csrow = mci->csrows[index]; in i82860_init_csrows()
H A Di3000_edac.c237 multi_chan = mci->csrows[0]->nr_channels - 1; in i3000_process_error_info()
392 struct csrow_info *csrow = mci->csrows[i]; in i3000_probe1()
H A Di82875p_edac.c229 multi_chan = mci->csrows[0]->nr_channels - 1; in i82875p_process_error_info()
362 csrow = mci->csrows[index]; in i82875p_init_csrows()
H A Dcpc925_edac.c337 csrow = mci->csrows[index]; in cpc925_init_csrows()
452 if (mci->csrows[rank]->first_page == 0) { in cpc925_mc_get_pfn()
460 pa = mci->csrows[rank]->first_page << PAGE_SHIFT; in cpc925_mc_get_pfn()
H A Dedac_mc_sysfs.c325 struct csrow_info *ri = mci->csrows[row]; in mci_reset_counters_store()
455 struct csrow_info *csrow = mci->csrows[csrow_idx]; in mci_size_mb_show()
H A Dx38_edac.c376 struct csrow_info *csrow = mci->csrows[i]; in x38_probe1()
H A De7xxx_edac.c379 csrow = mci->csrows[index]; in e7xxx_init_csrows()
H A Ddmc520_edac.c460 csi = mci->csrows[row]; in dmc520_init_csrow()
H A Dversalnet_edac.c496 csi = mci->csrows[row]; in mc_init()
H A Damd64_edac.c3109 dimm = mci->csrows[cs]->channels[umc]->dimm; in umc_init_csrows()
3158 csrow = mci->csrows[i]; in dct_init_csrows()
3591 dimm = mci->csrows[umc]->channels[cs]->dimm; in gpu_init_csrows()
H A De752x_edac.c1096 csrow = mci->csrows[remap_csrow_index(mci, index)]; in e752x_init_csrows()
H A Dversal_edac.c601 csi = mci->csrows[row]; in init_csrows()
H A Dsynopsys_edac.c850 csi = mci->csrows[row]; in init_csrows()
/linux/include/linux/
H A Dedac.h541 struct csrow_info **csrows; member
/linux/Documentation/driver-api/
H A Dedac.rst219 They have chip selects (csrows) and channels. However, the layouts are different