Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/nfit/
H A Dnfit.h257 unsigned int scrub_mode; member
272 enum scrub_mode { enum
H A Dmce.c71 if (acpi_desc->scrub_mode == HW_ERROR_SCRUB_ON) { in nfit_handle_mce()
H A Dcore.c1217 return sprintf(buf, "%d\n", acpi_desc->scrub_mode); in hw_error_scrub_show()
1245 acpi_desc->scrub_mode = HW_ERROR_SCRUB_ON; in hw_error_scrub_store()
1248 acpi_desc->scrub_mode = HW_ERROR_SCRUB_OFF; in hw_error_scrub_store()
3456 if (acpi_desc->scrub_mode == HW_ERROR_SCRUB_ON) in acpi_nfit_uc_error_notify()
/openbmc/linux/drivers/edac/
H A Dpasemi_edac.c230 mci->scrub_mode = in pasemi_edac_probe()
H A Dhighbank_mc_edac.c221 mci->scrub_mode = SCRUB_SW_SRC; in highbank_mc_probe()
H A Dppc4xx_edac.c1025 mci->scrub_mode = SCRUB_NONE; in ppc4xx_edac_mc_init()
1038 mci->scrub_mode = SCRUB_SW_SRC; in ppc4xx_edac_mc_init()
H A Daspeed_edac.c323 mci->scrub_mode = SCRUB_HW_SRC; in aspeed_probe()
H A Di82443bxgx_edac.c288 mci->scrub_mode = (ecc_mode == I82443BXGX_NBXCFG_INTEGRITY_SCRUB) in i82443bxgx_edacmc_probe1()
H A Dal_mc_edac.c281 mci->scrub_mode = get_scrub_mode(mmio_base); in al_mc_edac_probe()
H A Di82975x_edac.c566 mci->scrub_mode = SCRUB_HW_SRC; in i82975x_probe1()
H A Dnpcm_edac.c388 mci->scrub_mode = SCRUB_HW_SRC; in edac_probe()
H A Dfsl_ddr_edac.c560 mci->scrub_mode = SCRUB_SW_SRC; in fsl_mc_err_probe()
H A Ddmc520_edac.c542 mci->scrub_mode = dmc520_get_scrub_type(pvt); in dmc520_edac_probe()
H A Darmada_xp_edac.c324 mci->scrub_mode = SCRUB_NONE; in axp_mc_probe()
H A Dcpc925_edac.c980 mci->scrub_mode = SCRUB_SW_SRC; in cpc925_probe()
H A Dedac_mc.c849 if (mci->scrub_mode == SCRUB_SW_SRC) { in edac_ce_error()
H A Dsynopsys_edac.c892 mci->scrub_mode = SCRUB_NONE; in mc_init()
H A Daltera_edac.c388 mci->scrub_mode = SCRUB_SW_SRC; in altr_sdram_probe()
H A Dthunderx_edac.c720 mci->scrub_mode = SCRUB_NONE; in thunderx_lmc_probe()
H A Dxgene_edac.c408 mci->scrub_mode = SCRUB_HW_SRC; in xgene_edac_mc_add()
/openbmc/linux/include/linux/
H A Dedac.h512 enum scrub_type scrub_mode; /* current scrub mode */ member