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

/linux-master/drivers/edac/
H A Dal_mc_edac.c59 int irq_ce; member in struct:al_mc_edac
171 if (al_mc->irq_ce <= 0)
255 al_mc->irq_ce = of_irq_get_byname(pdev->dev.of_node, "ce");
256 if (al_mc->irq_ce <= 0)
266 if (al_mc->irq_ue <= 0 || al_mc->irq_ce <= 0) {
313 if (al_mc->irq_ce > 0) {
315 al_mc->irq_ce,
323 al_mc->irq_ce, ret);

Completed in 212 milliseconds