Home
last modified time | relevance | path

Searched refs:grain (Results 1 – 25 of 46) sorted by relevance

12

/linux/drivers/edac/
H A Dedac_mc.c105 edac_dbg(4, " dimm->grain = %d\n", dimm->grain); in edac_mc_dump_dimm()
842 e->grain, e->syndrome, in edac_ce_error()
865 edac_mc_scrub_block(remapped_page, e->offset_in_page, e->grain); in edac_ce_error()
879 e->grain, in edac_ue_error()
891 e->grain, in edac_ue_error()
923 if (WARN_ON_ONCE(!e->grain)) in edac_raw_mc_handle_error()
924 e->grain = 1; in edac_raw_mc_handle_error()
926 grain_bits = fls_long(e->grain - 1); in edac_raw_mc_handle_error()
1029 if (dimm->grain > e->grain) in edac_mc_handle_error()
1030 e->grain = dimm->grain; in edac_mc_handle_error()
H A Dghes_edac.c187 dimm->grain = 128; /* Likely, worse case */ in assign_dmi_dimm_info()
302 e->grain = 1; in ghes_edac_report_mem_error()
347 e->grain = ~mem_err->physical_addr_mask + 1; in ghes_edac_report_mem_error()
458 dst->grain = src->grain; in ghes_edac_register()
474 dimm->grain = 128; in ghes_edac_register()
H A Dloongson_edac.c72 dimm->grain = 8; in dimm_config_init()
114 mci->error_desc.grain = 8; in edac_probe()
H A Dcpc925_edac.c321 u32 mbmr, mbbar, bba, grain; in cpc925_init_csrows() local
347 grain = 32; /* four-beat burst of 32 bytes */ in cpc925_init_csrows()
351 grain = 64; /* four-beat burst of 64 bytes */ in cpc925_init_csrows()
373 dimm->grain = grain; in cpc925_init_csrows()
H A Di82975x_edac.c313 (1 << mci->csrows[row]->channels[chan]->dimm->grain)); in i82975x_process_error_info()
414 dimm->grain = 1 << 7; /* 128Byte cache-line resolution */ in i82975x_init_csrows()
H A Damd76x_edac.c212 dimm->grain = dimm->nr_pages << PAGE_SHIFT; in amd76x_init_csrows()
H A Dpasemi_edac.c171 dimm->grain = PASEMI_EDAC_ERROR_GRAIN; in pasemi_edac_init_csrows()
H A Di82860_edac.c177 dimm->grain = 1 << 12; /* I82860_EAP has 4KiB reolution */ in i82860_init_csrows()
H A Dhighbank_mc_edac.c226 dimm->grain = 8; in highbank_mc_probe()
H A Dti_edac.c182 dimm->grain = 4; in ti_edac_setup_dimm()
H A Dskx_common.c497 dimm->grain = 32; in skx_get_dimm_info()
547 dimm->grain = 32; in skx_get_nvdimm_info()
H A Dx38_edac.c389 dimm->grain = nr_pages << PAGE_SHIFT; in x38_probe1()
H A Di3000_edac.c411 dimm->grain = I3000_DEAP_GRAIN; in i3000_probe1()
H A Dal_mc_edac.c284 dimm->grain = 1; in al_mc_edac_probe()
H A Di82875p_edac.c379 dimm->grain = 1 << 12; /* I82875P_EAP has 4KiB reolution */ in i82875p_init_csrows()
H A Dbluefield_edac.c325 dimm->grain = MLXBF_EDAC_ERROR_GRAIN; in bluefield_edac_init_dimms()
H A Di3200_edac.c405 dimm->grain = nr_pages << PAGE_SHIFT; in i3200_probe1()
H A De7xxx_edac.c412 dimm->grain = 1 << 12; /* 4KiB - resolution of CELOG */ in e7xxx_init_csrows()
H A Ddmc520_edac.c464 dimm->grain = pvt->mem_width_in_bytes; in dmc520_init_csrow()
H A Dfsl_ddr_edac.c483 dimm->grain = 8; in fsl_ddr_init_csrows()
H A Darmada_xp_edac.c271 dimm->grain = 8; in axp_mc_read_config()
H A Dpnd2_edac.c1232 dimm->grain = 32; in apl_get_dimm_config()
1298 dimm->grain = 32; in dnv_get_dimm_config()
/linux/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst67 When _FIF object specifies support for fine grain control, then fan speed
72 and set it by changing cooling device cur_state. If the fine grain control
76 The support of fine grain control is presented via sysfs attribute
77 "fine_grain_control". If fine grain control is present, this attribute
/linux/include/linux/
H A Dedac.h392 u32 grain; /* granularity of reported error in bytes */ member
480 long grain; member
/linux/Documentation/admin-guide/RAS/
H A Dmain.rst266 The presence of PCI Parity errors must be examined with a grain of salt.
571 …EDAC MC0: CE page 0x283, offset 0xce0, grain 8, syndrome 0x6ec3, row 0, channel 1 "DIMM_B1": amd76…
572 …EDAC MC0: CE page 0x1e5, offset 0xfb0, grain 8, syndrome 0xb741, row 0, channel 1 "DIMM_B1": amd76…
588 | The byte granularity | grain 8 |

12