Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/edac/
Darmada_xp_edac.c129 uint32_t cnt_sbe, cnt_dbe, cause_err, cause_msg; in axp_mc_check() local
139 cnt_sbe = readl(drvdata->base + SDRAM_ERR_SBE_COUNT_REG); in axp_mc_check()
151 if (cnt_sbe) in axp_mc_check()
156 if (!cnt_sbe && !cnt_dbe) in axp_mc_check()
160 if (cnt_sbe) in axp_mc_check()
161 cnt_sbe--; in axp_mc_check()
172 if (cnt_sbe) in axp_mc_check()
174 cnt_sbe, /* error count */ in axp_mc_check()