Searched refs:csrows (Results 1 – 20 of 20) sorted by relevance
/drivers/edac/ |
D | edac_mc.c | 117 mci->nr_csrows, mci->csrows); in edac_mc_dump_mci() 220 if (mci->csrows) { in _edac_mc_free() 222 csr = mci->csrows[row]; in _edac_mc_free() 232 kfree(mci->csrows); in _edac_mc_free() 348 mci->csrows = kcalloc(tot_csrows, sizeof(*mci->csrows), GFP_KERNEL); in edac_mc_alloc() 349 if (!mci->csrows) in edac_mc_alloc() 352 csr = kzalloc(sizeof(**mci->csrows), GFP_KERNEL); in edac_mc_alloc() 355 mci->csrows[row] = csr; in edac_mc_alloc() 385 chan = mci->csrows[row]->channels[chn]; in edac_mc_alloc() 733 struct csrow_info *csrow = mci->csrows[i]; in edac_mc_add_mc() [all …]
|
D | pasemi_edac.c | 114 mci->csrows[cs]->first_page, 0, 0, in pasemi_edac_process_error_info() 121 mci->csrows[cs]->first_page, 0, 0, in pasemi_edac_process_error_info() 144 csrow = mci->csrows[index]; in pasemi_edac_init_csrows()
|
D | amd76x_edac.c | 149 mci->csrows[row]->first_page, 0, 0, in amd76x_process_error_info() 164 mci->csrows[row]->first_page, 0, 0, in amd76x_process_error_info() 197 csrow = mci->csrows[index]; in amd76x_init_csrows()
|
D | cell_edac.c | 37 struct csrow_info *csrow = mci->csrows[0]; in cell_edac_count_ce() 60 struct csrow_info *csrow = mci->csrows[0]; in cell_edac_count_ue() 130 struct csrow_info *csrow = mci->csrows[0]; in cell_edac_init_csrows()
|
D | i82975x_edac.c | 311 chan = (mci->csrows[row]->nr_channels == 1) ? 0 : info->eap & 1; in i82975x_process_error_info() 314 (1 << mci->csrows[row]->channels[chan]->dimm->grain)); in i82975x_process_error_info() 393 csrow = mci->csrows[index]; in i82975x_init_csrows() 419 dimm = mci->csrows[index]->channels[chan]->dimm; in i82975x_init_csrows()
|
D | edac_mc_sysfs.c | 431 csrow = mci->csrows[i]; in edac_create_csrow_objects() 434 err = edac_create_csrow_object(mci, mci->csrows[i], i); in edac_create_csrow_objects() 446 csrow = mci->csrows[i]; in edac_create_csrow_objects() 457 put_device(&mci->csrows[i]->dev); in edac_create_csrow_objects() 469 csrow = mci->csrows[i]; in edac_delete_csrow_objects() 482 device_unregister(&mci->csrows[i]->dev); in edac_delete_csrow_objects() 650 struct csrow_info *ri = mci->csrows[row]; in mci_reset_counters_store() 782 struct csrow_info *csrow = mci->csrows[csrow_idx]; in mci_size_mb_show()
|
D | i82860_edac.c | 119 dimm = mci->csrows[row]->channels[0]->dimm; in i82860_process_error_info() 164 csrow = mci->csrows[index]; in i82860_init_csrows()
|
D | i3000_edac.c | 239 multi_chan = mci->csrows[0]->nr_channels - 1; in i3000_process_error_info() 396 struct csrow_info *csrow = mci->csrows[i]; in i3000_probe1()
|
D | i82875p_edac.c | 230 multi_chan = mci->csrows[0]->nr_channels - 1; in i82875p_process_error_info() 364 csrow = mci->csrows[index]; in i82875p_init_csrows()
|
D | tile_edac.c | 87 struct csrow_info *csrow = mci->csrows[0]; in tile_edac_init_csrows()
|
D | cpc925_edac.c | 350 csrow = mci->csrows[index]; in cpc925_init_csrows() 465 if (mci->csrows[rank]->first_page == 0) { in cpc925_mc_get_pfn() 473 pa = mci->csrows[rank]->first_page << PAGE_SHIFT; in cpc925_mc_get_pfn()
|
D | r82600_edac.c | 233 csrow = mci->csrows[index]; in r82600_init_csrows()
|
D | i82443bxgx_edac.c | 200 csrow = mci->csrows[index]; in i82443bxgx_init_csrows()
|
D | x38_edac.c | 377 struct csrow_info *csrow = mci->csrows[i]; in x38_probe1()
|
D | e7xxx_edac.c | 381 csrow = mci->csrows[index]; in e7xxx_init_csrows()
|
D | mpc85xx_edac.c | 872 csrow = mci->csrows[row_index]; in mpc85xx_mc_check() 992 csrow = mci->csrows[index]; in mpc85xx_init_csrows()
|
D | ppc4xx_edac.c | 924 struct csrow_info *csi = mci->csrows[row]; in ppc4xx_edac_init_csrows()
|
D | mv64x60_edac.c | 673 csrow = mci->csrows[0]; in mv64x60_init_csrows()
|
D | e752x_edac.c | 1098 csrow = mci->csrows[remap_csrow_index(mci, index)]; in e752x_init_csrows()
|
D | amd64_edac.c | 2292 csrow = mci->csrows[i]; in init_csrows()
|