Searched full:plic (Results 1 – 24 of 24) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | sifive,plic-1.0.0.yaml | 5 $id: http://devicetree.org/schemas/interrupt-controller/sifive,plic-1.0.0.yaml# 8 title: SiFive Platform-Level Interrupt Controller (PLIC) 12 Platform-Level Interrupt Controller (PLIC) high-level specification in 13 the RISC-V Privileged Architecture specification. The PLIC connects all 26 with priority below this threshold will not cause the PLIC to raise its 29 The PLIC supports both edge-triggered and level-triggered interrupts. For 30 edge-triggered interrupts, the RISC-V PLIC spec allows two responses to edges 31 seen while an interrupt handler is active; the PLIC may either queue them or 36 RZ/Five SoC (AX45MP AndesCore with a NCEPLIC100) and the T-HEAD C900 PLIC. 38 While the RISC-V ISA doesn't specify a memory layout for the PLIC, the [all …]
|
D | riscv,cpu-intc.txt | 16 via the platform-level interrupt controller (PLIC). 21 entry, though external interrupt controllers (like the PLIC, for example) will 23 a PLIC interrupt property will typically list the HLICs for all present HARTs
|
/Linux-v6.1/arch/riscv/boot/dts/microchip/ |
D | mpfs.dtsi | 195 interrupt-parent = <&plic>; 209 plic: interrupt-controller@c000000 { label 210 compatible = "sifive,fu540-c000-plic", "sifive,plic-1.0.0"; 226 interrupt-parent = <&plic>; 244 interrupt-parent = <&plic>; 256 interrupt-parent = <&plic>; 268 interrupt-parent = <&plic>; 280 interrupt-parent = <&plic>; 292 interrupt-parent = <&plic>; 303 interrupt-parent = <&plic>; [all …]
|
D | mpfs-icicle-kit-fabric.dtsi | 23 interrupt-parent = <&plic>; 50 interrupt-parent = <&plic>;
|
D | mpfs-m100pfs-fabric.dtsi | 26 interrupt-parent = <&plic>;
|
D | mpfs-polarberry-fabric.dtsi | 26 interrupt-parent = <&plic>;
|
D | mpfs-sev-kit-fabric.dtsi | 26 interrupt-parent = <&plic>;
|
/Linux-v6.1/drivers/irqchip/ |
D | irq-sifive-plic.c | 6 #define pr_fmt(fmt) "plic: " fmt 23 * This driver implements a version of the RISC-V PLIC with the actual layout 28 * The largest number supported by devices marked as 'sifive,plic-1.0.0', is 180 .name = "SiFive PLIC", 194 .name = "SiFive PLIC", 452 * We can have multiple PLIC instances so setup cpuhp state only in __plic_init() 458 "irqchip/sifive/plic:starting", in __plic_init() 480 IRQCHIP_DECLARE(sifive_plic, "sifive,plic-1.0.0", plic_init); 490 IRQCHIP_DECLARE(thead_c900_plic, "thead,c900-plic", plic_edge_init);
|
D | Kconfig | 559 This enables support for the PLIC chip found in SiFive (and 560 potentially other) RISC-V systems. The PLIC controls devices 563 interrupt sources are subordinate to the PLIC.
|
D | Makefile | 99 obj-$(CONFIG_SIFIVE_PLIC) += irq-sifive-plic.o
|
/Linux-v6.1/arch/riscv/boot/dts/starfive/ |
D | jh7100.dtsi | 113 interrupt-parent = <&plic>; 125 plic: interrupt-controller@c000000 { label 126 compatible = "starfive,jh7100-plic", "sifive,plic-1.0.0";
|
/Linux-v6.1/Documentation/devicetree/bindings/net/can/ |
D | microchip,mpfs-can.yaml | 43 interrupt-parent = <&plic>;
|
/Linux-v6.1/Documentation/devicetree/bindings/usb/ |
D | microchip,mpfs-musb.yaml | 53 interrupt-parent = <&plic>;
|
/Linux-v6.1/Documentation/devicetree/bindings/spi/ |
D | microchip,mpfs-spi.yaml | 55 interrupt-parent = <&plic>;
|
D | spi-sifive.yaml | 78 interrupt-parent = <&plic>;
|
/Linux-v6.1/Documentation/devicetree/bindings/i2c/ |
D | microchip,corei2c.yaml | 52 interrupt-parent = <&plic>;
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | m5272sim.h | 110 #define MCF_IRQ_PLIP 75 /* PLIC 2Khz Periodic */ 111 #define MCF_IRQ_PLIA 76 /* PLIC Asynchronous */
|
/Linux-v6.1/Documentation/devicetree/bindings/gpio/ |
D | sifive,gpio.yaml | 82 interrupt-parent = <&plic>;
|
D | microchip,mpfs-gpio.yaml | 83 interrupt-parent = <&plic>;
|
/Linux-v6.1/Documentation/devicetree/bindings/pwm/ |
D | pwm-sifive.yaml | 70 interrupt-parent = <&plic>;
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | paca.h | 5 * There are some pointers defined that are utilized by PLIC. 74 struct lppaca *lppaca_ptr; /* Pointer to LpPaca for PLIC */
|
/Linux-v6.1/arch/riscv/boot/dts/sifive/ |
D | fu540-c000.dtsi | 167 compatible = "sifive,fu540-c000-plic", "sifive,plic-1.0.0";
|
D | fu740-c000.dtsi | 170 compatible = "sifive,fu540-c000-plic", "sifive,plic-1.0.0";
|
/Linux-v6.1/arch/riscv/boot/dts/canaan/ |
D | k210.dtsi | 127 compatible = "canaan,k210-plic", "sifive,plic-1.0.0";
|