/linux/arch/riscv/boot/dts/sophgo/ |
H A D | sg2042-cpus.dtsi | 257 compatible = "thead,c920", "riscv"; 282 compatible = "thead,c920", "riscv"; 307 compatible = "thead,c920", "riscv"; 332 compatible = "thead,c920", "riscv"; 357 compatible = "thead,c920", "riscv"; 382 compatible = "thead,c920", "riscv"; 407 compatible = "thead,c920", "riscv"; 432 compatible = "thead,c920", "riscv"; 457 compatible = "thead,c920", "riscv"; 482 compatible = "thead,c920", "riscv"; [all …]
|
H A D | sg2042.dtsi | 199 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 …]
|
H A D | cv18xx.dtsi | 21 compatible = "thead,c906", "riscv";
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | thead,th1520-clk-ap.yaml | 4 $id: http://devicetree.org/schemas/clock/thead,th1520-clk-ap.yaml# 23 const: thead,th1520-clk-ap 35 See <dt-bindings/clock/thead,th1520-clk-ap.h> for valid indices. 47 #include <dt-bindings/clock/thead,th1520-clk-ap.h> 49 compatible = "thead,th1520-clk-ap";
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | thead,th1520-pinctrl.yaml | 4 $id: http://devicetree.org/schemas/pinctrl/thead,th1520-pinctrl.yaml# 40 - thead,th1520-pinctrl 47 thead,pad-group: 130 compatible = "thead,th1520-pinctrl"; 133 thead,pad-group = <3>; 159 compatible = "thead,th1520-pinctrl"; 162 thead,pad-group = <2>;
|
/linux/Documentation/devicetree/bindings/mailbox/ |
H A D | thead,th1520-mbox.yaml | 4 $id: http://devicetree.org/schemas/mailbox/thead,th1520-mbox.yaml# 20 const: thead,th1520-mbox 71 #include <dt-bindings/clock/thead,th1520-clk-ap.h> 76 compatible = "thead,th1520-mbox";
|
/linux/Documentation/devicetree/bindings/riscv/ |
H A D | thead.yaml | 4 $id: http://devicetree.org/schemas/riscv/thead.yaml# 23 - const: thead,th1520 29 - const: thead,th1520
|
/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# 17 - const: thead,c900-aclint-mswi 36 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# 17 - const: thead,c900-aclint-mtimer 42 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
|
/linux/arch/riscv/boot/dts/allwinner/ |
H A D | sun20i-d1s.dtsi | 15 compatible = "thead,c906", "riscv"; 68 "thead,c900-plic";
|
/linux/arch/riscv/errata/ |
H A D | Makefile | 13 obj-$(CONFIG_ERRATA_THEAD) += thead/
|
/linux/Documentation/sphinx/ |
H A D | rstFlatTable.py | 176 thead = nodes.thead() 177 tgroup += thead 179 thead += self.buildTableRowNode(row)
|
/linux/tools/perf/pmu-events/arch/riscv/ |
H A D | mapfile.csv | 18 0x5b7-0x0-0x0,v1,thead/c900-legacy,core
|
/linux/arch/riscv/boot/dts/thead/ |
H A D | th1520-lichee-pi-4a.dts | 10 compatible = "sipeed,lichee-pi-4a", "sipeed,lichee-module-4a", "thead,th1520";
|
H A D | th1520-lichee-module-4a.dtsi | 12 compatible = "sipeed,lichee-module-4a", "thead,th1520";
|
H A D | th1520-beaglev-ahead.dts | 15 compatible = "beagle,beaglev-ahead", "thead,th1520";
|
/linux/Documentation/devicetree/bindings/mmc/ |
H A D | snps,dwcmshc-sdhci.yaml | 26 - thead,th1520-dwcmshc
|
/linux/Documentation/devicetree/bindings/i2c/ |
H A D | snps,designware-i2c.yaml | 38 - const: thead,th1520-i2c
|
/linux/Documentation/devicetree/bindings/spi/ |
H A D | snps,dw-apb-ssi.yaml | 93 - const: thead,th1520-spi
|
/linux/drivers/clk/ |
H A D | Makefile | 156 obj-$(CONFIG_ARCH_THEAD) += thead/
|
H A D | Kconfig | 525 source "drivers/clk/thead/Kconfig"
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-th1520.c | 871 ret = of_property_read_u32(np, "thead,pad-group", &pin_group); in th1520_pinctrl_probe() 873 return dev_err_probe(dev, ret, "failed to read the thead,pad-group property\n"); in th1520_pinctrl_probe() 902 { .compatible = "thead,th1520-pinctrl"},
|
/linux/drivers/irqchip/ |
H A D | Makefile | 106 obj-$(CONFIG_THEAD_C900_ACLINT_SSWI) += irq-thead-c900-aclint-sswi.o
|
H A D | Kconfig | 618 bool "THEAD C9XX ACLINT S-mode IPI Interrupt Controller"
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_dbg.h | 348 #define ql_dbg_dpc 0x04000000 /* DPC Thead Debug */
|