Searched +full:32434 +full:- +full:pic (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/interrupt-controller/idt,32434-pic.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Thomas Bogendoerfer <tsbogend@alpha.franken.de>13 - $ref: /schemas/interrupt-controller.yaml#16 "#interrupt-cells":20 const: idt,32434-pic28 interrupt-controller: true31 - "#interrupt-cells"[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/gpio/idt,32434-gpio.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Thomas Bogendoerfer <tsbogend@alpha.franken.de>14 const: idt,32434-gpio19 reg-names:21 - const: gpio22 - const: pic24 gpio-controller: true[all …]
1 // SPDX-License-Identifier: GPL-2.035 pending = irq_reg_readl(idtpic->gc, IDT_PIC_IRQ_PEND); in idt_irq_dispatch()36 pending &= ~idtpic->gc->mask_cache; in idt_irq_dispatch()39 generic_handle_domain_irq(idtpic->irq_domain, hwirq); in idt_irq_dispatch()57 ret = -ENOMEM; in idt_pic_init()64 ret = -EINVAL; in idt_pic_init()68 idtpic->base = of_iomap(of_node, 0); in idt_pic_init()69 if (!idtpic->base) { in idt_pic_init()71 ret = -ENOMEM; in idt_pic_init()79 ret = -ENOMEM; in idt_pic_init()[all …]