Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/83xx/
H A Dsuspend.c104 static int pmc_irq; variable
369 pmc_irq = irq_of_parse_and_map(np, 0); in pmc_probe()
370 if (pmc_irq) { in pmc_probe()
371 ret = request_irq(pmc_irq, pmc_irq_handler, IRQF_SHARED, in pmc_probe()
418 if (pmc_irq) in pmc_probe()
419 free_irq(pmc_irq, ofdev); in pmc_probe()