Lines Matching full:pdc
3 * IMG PowerDown Controller (PDC)
7 * Exposes the syswake and PDC peripheral wake interrupts to the system.
20 /* PDC interrupt register numbers */
31 /* PDC interrupt register field masks */
56 /* PDC interrupt constants */
66 * struct pdc_intc_priv - private pdc interrupt data.
70 * @syswake_irq: Shared PDC syswake IRQ number.
71 * @domain: IRQ domain for PDC peripheral and syswake IRQs.
72 * @pdc_base: Base of PDC registers.
74 * @lock: Lock to protect the PDC syswake registers and the cached
387 ret = irq_alloc_domain_generic_chips(priv->domain, 8, 2, "pdc", in pdc_intc_probe()
454 "PDC IRQ controller initialised (%u perip IRQs, %u syswake IRQs)\n", in pdc_intc_probe()
472 { .compatible = "img,pdc-intc" },
478 .name = "pdc-intc",