Searched full:aclint (Results 1 – 7 of 7) sorted by relevance
/linux/arch/riscv/boot/dts/sophgo/ |
H A D | sg2042.dtsi | 224 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 D | sg2044-cpus.dtsi | 2793 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 D | thead,c900-aclint-mswi.yaml | 4 $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 D | thead,c900-aclint-mtimer.yaml | 4 $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 D | irq-thead-c900-aclint-sswi.c | 6 #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 D | Kconfig | 638 bool "THEAD C9XX ACLINT S-mode IPI Interrupt Controller" 644 This enables support for T-HEAD specific ACLINT SSWI device
|
H A D | Makefile | 108 obj-$(CONFIG_THEAD_C900_ACLINT_SSWI) += irq-thead-c900-aclint-sswi.o
|