Home
last modified time | relevance | path

Searched refs:grain (Results 1 – 25 of 34) 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 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 Di3000_edac.c411 dimm->grain = I3000_DEAP_GRAIN; in i3000_probe1()
H A Di82875p_edac.c379 dimm->grain = 1 << 12; /* I82875P_EAP has 4KiB reolution */ in i82875p_init_csrows()
H A Dal_mc_edac.c284 dimm->grain = 1; in al_mc_edac_probe()
H A Dbluefield_edac.c325 dimm->grain = MLXBF_EDAC_ERROR_GRAIN; in bluefield_edac_init_dimms()
H A Dx38_edac.c389 dimm->grain = nr_pages << PAGE_SHIFT; in x38_probe1()
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 Darmada_xp_edac.c271 dimm->grain = 8; in axp_mc_read_config()
H A Die31200_edac.c451 dimm->grain = 8; /* just a guess */ in ie31200_get_dimm_config()
H A Di5100_edac.c849 dimm->grain = 32; in i5100_init_csrows()
H A Dversalnet_edac.c501 dimm->grain = MC5_ERR_GRAIN; in mc_init()
H A Damd64_edac.c3118 dimm->grain = 64; in umc_init_csrows()
3189 dimm->grain = 64; in dct_init_csrows()
3600 dimm->grain = 64; in gpu_init_csrows()
/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/firmware-guide/acpi/apei/
H A Deinj.rst237 …on CPU_SrcID#0_Channel#0_DIMM#0 (channel:0 slot:0 page:0x12345 offset:0x0 grain:32 syndrome:0x0 - …

12