Home
last modified time | relevance | path

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

/openbmc/linux/include/dt-bindings/interrupt-controller/
H A Dmips-gic.h8 #define GIC_LOCAL 1 macro
/openbmc/u-boot/include/dt-bindings/interrupt-controller/
H A Dmips-gic.h7 #define GIC_LOCAL 1 macro
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dmti,gic.yaml78 <GIC_LOCAL X IRQ_TYPE_NONE> format.
120 interrupts = <GIC_LOCAL 1 IRQ_TYPE_NONE>;
136 interrupts = <GIC_LOCAL 1 IRQ_TYPE_NONE>;
/openbmc/linux/arch/mips/boot/dts/mti/
H A Dmalta.dts40 interrupts = <GIC_LOCAL 1 IRQ_TYPE_NONE>;
/openbmc/u-boot/arch/mips/dts/
H A Dimg,boston.dts42 interrupts = <GIC_LOCAL 1 IRQ_TYPE_NONE>;
/openbmc/linux/arch/mips/boot/dts/img/
H A Dboston.dts190 interrupts = <GIC_LOCAL 1 IRQ_TYPE_NONE>;
H A Dpistachio.dtsi898 interrupts = <GIC_LOCAL 1 IRQ_TYPE_NONE>;
/openbmc/linux/arch/mips/boot/dts/ralink/
H A Dmt7621.dtsi284 interrupts = <GIC_LOCAL 1 IRQ_TYPE_NONE>;
/openbmc/linux/drivers/irqchip/
H A Dirq-mips-gic.c459 else if (intspec[0] == GIC_LOCAL) in gic_irq_domain_xlate()