Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dal_mc_edac.c59 int irq_ce; member
171 if (al_mc->irq_ce <= 0) in al_mc_edac_check()
255 al_mc->irq_ce = of_irq_get_byname(pdev->dev.of_node, "ce"); 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()
313 if (al_mc->irq_ce > 0) { in al_mc_edac_probe()
315 al_mc->irq_ce, in al_mc_edac_probe()
323 al_mc->irq_ce, ret); in al_mc_edac_probe()