Home
last modified time | relevance | path

Searched +full:32434 +full:- +full:pic (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Didt,32434-pic.yaml1 # 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-pic
28 interrupt-controller: true
31 - "#interrupt-cells"
[all …]
/linux/Documentation/devicetree/bindings/gpio/
H A Didt,32434-gpio.yaml1 # 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-gpio
19 reg-names:
21 - const: gpio
22 - const: pic
24 gpio-controller: true
[all …]
/linux/drivers/irqchip/
H A Dirq-idt3243x.c1 // SPDX-License-Identifier: GPL-2.0
35 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 …]