Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dal_mc_edac.c168 if (al_mc->irq_ue <= 0) in al_mc_edac_check()
171 if (al_mc->irq_ce <= 0) in al_mc_edac_check()
246 al_mc = mci->pvt_info; in al_mc_edac_probe()
251 if (al_mc->irq_ue <= 0) in al_mc_edac_probe()
256 if (al_mc->irq_ce <= 0) in al_mc_edac_probe()
266 if (al_mc->irq_ue <= 0 || al_mc->irq_ce <= 0) { in al_mc_edac_probe()
298 if (al_mc->irq_ue > 0) { in al_mc_edac_probe()
300 al_mc->irq_ue, in al_mc_edac_probe()
308 al_mc->irq_ue, ret); in al_mc_edac_probe()
313 if (al_mc->irq_ce > 0) { in al_mc_edac_probe()
[all …]