Home
last modified time | relevance | path

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

/linux/arch/riscv/boot/dts/sophgo/
H A Dsg2042.dtsi224 compatible = "sophgo,sg2042-aclint-mswi", "thead,c900-aclint-mswi";
293 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
303 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
313 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
323 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
333 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
343 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
353 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
363 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
373 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
[all …]
H A Dsg2044-cpus.dtsi2793 compatible = "sophgo,sg2044-aclint-mswi", "thead,c900-aclint-mswi";
2862 compatible = "sophgo,sg2044-aclint-mtimer", "thead,c900-aclint-mtimer";
2932 compatible = "sophgo,sg2044-aclint-sswi", "thead,c900-aclint-sswi";
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dthead,c900-aclint-mswi.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/thead,c900-aclint-mswi.yaml#
16 - sophgo,sg2042-aclint-mswi
17 - sophgo,sg2044-aclint-mswi
18 - const: thead,c900-aclint-mswi
37 compatible = "sophgo,sg2042-aclint-mswi", "thead,c900-aclint-mswi";
/linux/Documentation/devicetree/bindings/timer/
H A Dthead,c900-aclint-mtimer.yaml4 $id: http://devicetree.org/schemas/timer/thead,c900-aclint-mtimer.yaml#
16 - sophgo,sg2042-aclint-mtimer
17 - sophgo,sg2044-aclint-mtimer
18 - const: thead,c900-aclint-mtimer
43 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
/linux/drivers/irqchip/
H A 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);
H A DKconfig638 bool "THEAD C9XX ACLINT S-mode IPI Interrupt Controller"
644 This enables support for T-HEAD specific ACLINT SSWI device
H A DMakefile108 obj-$(CONFIG_THEAD_C900_ACLINT_SSWI) += irq-thead-c900-aclint-sswi.o