Home
last modified time | relevance | path

Searched full:aclint (Results 1 – 7 of 7) sorted by relevance

/linux-6.14.4/arch/riscv/boot/dts/sophgo/
Dsg2042.dtsi199 compatible = "sophgo,sg2042-aclint-mswi", "thead,c900-aclint-mswi";
268 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
278 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
288 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
298 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
308 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
318 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
328 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
338 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
348 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/interrupt-controller/
Dthead,c900-aclint-sswi.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/thead,c900-aclint-sswi.yaml#
7 title: T-HEAD C900 ACLINT Supervisor-level Software Interrupt Device
13 The SSWI device is a part of the THEAD ACLINT device. It provides
22 - sophgo,sg2044-aclint-sswi
23 - const: thead,c900-aclint-sswi
49 compatible = "sophgo,sg2044-aclint-sswi", "thead,c900-aclint-sswi";
Dthead,c900-aclint-mswi.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/thead,c900-aclint-mswi.yaml#
16 - sophgo,sg2042-aclint-mswi
17 - const: thead,c900-aclint-mswi
36 compatible = "sophgo,sg2042-aclint-mswi", "thead,c900-aclint-mswi";
/linux-6.14.4/Documentation/devicetree/bindings/timer/
Dthead,c900-aclint-mtimer.yaml4 $id: http://devicetree.org/schemas/timer/thead,c900-aclint-mtimer.yaml#
16 - sophgo,sg2042-aclint-mtimer
17 - const: thead,c900-aclint-mtimer
42 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
/linux-6.14.4/drivers/irqchip/
Dirq-thead-c900-aclint-sswi.c6 #define pr_fmt(fmt) "thead-c900-aclint-sswi: " fmt
82 pr_err("%pfwP: no ACLINT SSWI context available\n", fwnode); in thead_aclint_sswi_parse_irq()
144 pr_err("unable to create ACLINT SSWI IRQ mapping\n"); in thead_aclint_sswi_probe()
159 "irqchip/thead-aclint-sswi:starting", in thead_aclint_sswi_probe()
166 pr_info("providing IPIs using THEAD ACLINT SSWI\n"); in thead_aclint_sswi_probe()
176 IRQCHIP_DECLARE(thead_aclint_sswi, "thead,c900-aclint-sswi", thead_aclint_sswi_early_probe);
DKconfig619 bool "THEAD C9XX ACLINT S-mode IPI Interrupt Controller"
625 This enables support for T-HEAD specific ACLINT SSWI device
DMakefile106 obj-$(CONFIG_THEAD_C900_ACLINT_SSWI) += irq-thead-c900-aclint-sswi.o