Home
last modified time | relevance | path

Searched refs:SCRUB_FLAG_HW_SRC (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/edac/
H A Dpasemi_edac.c229 mci->scrub_cap = SCRUB_FLAG_HW_PROG | SCRUB_FLAG_HW_SRC; in pasemi_edac_probe()
231 ((errcor & MCCFG_ERRCOR_ECC_CRR_EN) ? SCRUB_FLAG_HW_SRC : 0) | in pasemi_edac_probe()
H A Daspeed_edac.c322 mci->scrub_cap = SCRUB_FLAG_HW_SRC; in aspeed_probe()
H A Di82443bxgx_edac.c283 mci->scrub_cap = SCRUB_FLAG_HW_SRC; in i82443bxgx_edacmc_probe1()
H A Dnpcm_edac.c387 mci->scrub_cap = SCRUB_FLAG_HW_SRC; in edac_probe()
H A Ddmc520_edac.c541 mci->scrub_cap = SCRUB_FLAG_HW_SRC; in dmc520_edac_probe()
H A Dxgene_edac.c407 mci->scrub_cap = SCRUB_FLAG_HW_SRC; in xgene_edac_mc_add()
/openbmc/linux/include/linux/
H A Dedac.h319 #define SCRUB_FLAG_HW_SRC BIT(SCRUB_HW_SRC) macro