Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/edac/
Dal_mc_edac.c59 int irq_ce; member
171 if (al_mc->irq_ce <= 0) in al_mc_edac_check()
257 al_mc->irq_ce = of_irq_get_byname(pdev->dev.of_node, "ce"); in al_mc_edac_probe()
258 if (al_mc->irq_ce <= 0) in al_mc_edac_probe()
268 if (al_mc->irq_ue <= 0 || al_mc->irq_ce <= 0) { in al_mc_edac_probe()
317 if (al_mc->irq_ce > 0) { in al_mc_edac_probe()
319 al_mc->irq_ce, in al_mc_edac_probe()
327 al_mc->irq_ce, ret); in al_mc_edac_probe()