Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dedac.h537 struct dimm_info **dimms; member
591 for ((dimm) = (mci)->dimms[0]; \
594 ? (mci)->dimms[(dimm)->idx + 1] \
635 if (WARN_ON_ONCE(mci->dimms[index]->idx != index)) in edac_get_dimm()
638 return mci->dimms[index]; in edac_get_dimm()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dghes_edac.c41 struct dimm_info *dimms; member
215 new = krealloc(hw->dimms, (hw->num_dimms + 16) * sizeof(struct dimm_info), in enumerate_dimms()
222 hw->dimms = new; in enumerate_dimms()
225 d = &hw->dimms[hw->num_dimms]; in enumerate_dimms()
590 src = &ghes_hw.dimms[i]; in ghes_edac_register()
638 kfree(ghes_hw.dimms); in ghes_edac_register()
639 ghes_hw.dimms = NULL; in ghes_edac_register()
H A Dedac_mc.c133 mci->tot_dimms, mci->dimms); in edac_mc_dump_mci()
234 if (mci->dimms) { in mci_release()
236 kfree(mci->dimms[i]); in mci_release()
237 kfree(mci->dimms); in mci_release()
313 mci->dimms = kcalloc(mci->tot_dimms, sizeof(*mci->dimms), GFP_KERNEL); in edac_mc_alloc_dimms()
314 if (!mci->dimms) in edac_mc_alloc_dimms()
327 dimm = kzalloc(sizeof(**mci->dimms), GFP_KERNEL); in edac_mc_alloc_dimms()
330 mci->dimms[idx] = dimm; in edac_mc_alloc_dimms()
H A Dskx_common.c326 imc->chan[chan].dimms[dimmno].close_pg = GET_BITFIELD(mcmtr, 0, 0); in skx_get_dimm_info()
327 imc->chan[chan].dimms[dimmno].bank_xor_enable = GET_BITFIELD(mcmtr, 9, 9); in skx_get_dimm_info()
328 imc->chan[chan].dimms[dimmno].fine_grain_bank = GET_BITFIELD(amap, 0, 0); in skx_get_dimm_info()
329 imc->chan[chan].dimms[dimmno].rowbits = rows; in skx_get_dimm_info()
330 imc->chan[chan].dimms[dimmno].colbits = cols; in skx_get_dimm_info()
H A Dpnd2_edac.c777 } dimms[] = { variable
932 struct dimm_geometry *d = &dimms[g]; in apl_pmi2mem()
1241 for (g = 0; g < ARRAY_SIZE(dimms); g++) in apl_get_dimm_config()
1242 if (dimms[g].addrdec == d->addrdec && in apl_get_dimm_config()
1243 dimms[g].dden == d->dden && in apl_get_dimm_config()
1244 dimms[g].dwid == d->dwid) in apl_get_dimm_config()
1247 if (g == ARRAY_SIZE(dimms)) { in apl_get_dimm_config()
1253 capacity = (d->rken0 + d->rken1) * 8 * (1ul << dimms[g].rowbits) * in apl_get_dimm_config()
1254 (1ul << dimms[g].colbits); in apl_get_dimm_config()
H A Dskx_common.h74 } dimms[NUM_DIMMS]; member
H A Di7core_edac.c225 u32 dimms; member
404 static inline int numdimms(u32 dimms) in numdimms() argument
406 return (dimms & 0x3) + 1; in numdimms()
939 if (pvt->channel[pvt->inject.channel].dimms > 2) in i7core_inject_enable_store()
949 if (pvt->channel[pvt->inject.channel].dimms > 2) in i7core_inject_enable_store()
1605 if (pvt->channel[i].dimms > 2) { in i7core_rdimm_check_mc_ecc_err()
H A Dhighbank_mc_edac.c221 dimm = *mci->dimms; in highbank_mc_probe()
H A Dbluefield_edac.c189 dimm = mci->dimms[i]; in bluefield_edac_init_dimms()
H A Dskx_base.c471 if (res->dev->imc[res->imc].chan[res->channel].dimms[0].close_pg) in skx_rir_decode()
552 struct skx_dimm *dimm = &r->dev->imc[r->imc].chan[r->channel].dimms[r->dimm]; in skx_mad_decode()
H A Dal_mc_edac.c285 dimm = *mci->dimms; in al_mc_edac_probe()
H A Dsb_edac.c337 u32 dimms; member
1637 pvt->channel[i].dimms++; in __populate_dimms()
1856 if (!pvt->channel[i].dimms) in get_memory_layout()
1876 if (!pvt->channel[i].dimms) in get_memory_layout()
H A Darmada_xp_edac.c237 dimm = mci->dimms[i]; in axp_mc_read_config()
H A Di5400_edac.c1218 mci->dimms[0]->edac_mode = EDAC_SECDED; in i5400_init_dimms()
H A Daltera_edac.c390 dimm = *mci->dimms; in altr_sdram_probe()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8641hpcn/
H A Dddr.c49 const struct board_specific_parameters *dimms[] = { variable
73 pbsp = dimms[ctrl_num]; in fsl_ddr_board_options()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/i2c-tools/
H A Di2c-tools_4.3.bb28 ${bindir}/decode-dimms \
/OK3568_Linux_fs/kernel/drivers/acpi/nfit/
H A Dnfit.h247 struct list_head dimms; member
H A Dcore.c757 list_for_each_entry(nfit_mem, &acpi_desc->dimms, list) { in nfit_get_smbios_id()
1102 list_for_each_entry(nfit_mem, &acpi_desc->dimms, list) in __nfit_mem_init()
1118 list_add(&nfit_mem->list, &acpi_desc->dimms); in __nfit_mem_init()
1241 list_sort(NULL, &acpi_desc->dimms, nfit_mem_cmp); in nfit_mem_init()
1726 list_for_each_entry(nfit_mem, &acpi_desc->dimms, list) in acpi_nfit_dimm_by_handle()
2005 list_for_each_entry(nfit_mem, &acpi_desc->dimms, list) { in shutdown_dimm_notify()
2057 list_for_each_entry(nfit_mem, &acpi_desc->dimms, list) { in acpi_nfit_register_dimms()
2156 list_for_each_entry(nfit_mem, &acpi_desc->dimms, list) { in acpi_nfit_register_dimms()
3661 INIT_LIST_HEAD(&acpi_desc->dimms); in acpi_nfit_desc_init()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dedac.rst63 dimms, accessed at the same time. E. g. if the DIMM is 64 bits-wide (72
/OK3568_Linux_fs/kernel/tools/testing/nvdimm/test/
H A Dnfit.c3247 list_for_each_entry(nfit_mem, &acpi_desc->dimms, list) { in nfit_test_probe()