Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dhighbank_l2_edac.c21 int sb_irq; member
30 if (irq == drvdata->sb_irq) { in highbank_l2_err_handler()
104 drvdata->sb_irq = platform_get_irq(pdev, 1); in highbank_l2_err_probe()
105 res = devm_request_irq(&pdev->dev, drvdata->sb_irq, in highbank_l2_err_probe()
H A Daltera_edac.h185 int sb_irq; member
376 int sb_irq; member
390 int sb_irq; member
H A Daltera_edac.c562 if (irq == drvdata->sb_irq) { in altr_edac_device_handler()
778 drvdata->sb_irq = platform_get_irq(pdev, 0); in altr_edac_device_probe()
865 if (irq == dci->sb_irq) { in altr_edac_a10_ecc_irq()
1295 if (irq == dci->sb_irq) { in altr_edac_a10_l2_irq()
1558 altdev->sb_irq = irq_of_parse_and_map(np, 1); in altr_portb_setup()
1562 if (!altdev->sb_irq) { in altr_portb_setup()
1659 if (irq == ad->sb_irq) { in altr_edac_a10_ecc_irq_portb()
1970 if (!altdev->sb_irq) { in altr_edac_a10_device_add()
2151 edac->sb_irq = platform_get_irq(pdev, 0); in altr_edac_a10_probe()
2152 if (edac->sb_irq < 0) in altr_edac_a10_probe()
[all …]