| /linux/Documentation/devicetree/bindings/reset/ |
| H A D | thead,th1520-reset.yaml | 4 $id: http://devicetree.org/schemas/reset/thead,th1520-reset.yaml# 19 - thead,th1520-reset # Reset controller for VO subsystem 20 - thead,th1520-reset-ao 21 - thead,th1520-reset-ap 22 - thead,th1520-reset-dsp 23 - thead,th1520-reset-misc 24 - thead,th1520-reset-vi 25 - thead,th1520-reset-vp 46 compatible = "thead,th1520-reset";
|
| /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# 25 - thead,th1520-clk-ap 26 - thead,th1520-clk-vo 35 - For "thead,th1520-clk-ap": the clock input must be the 24 MHz 37 - For "thead,th1520-clk-vo": the clock input must be the VIDEO_PLL, 46 See <dt-bindings/clock/thead,th1520-clk-ap.h> for valid indices. 58 #include <dt-bindings/clock/thead,th1520-clk-ap.h> 60 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/net/ |
| H A D | thead,th1520-gmac.yaml | 4 $id: http://devicetree.org/schemas/net/thead,th1520-gmac.yaml# 37 - thead,th1520-gmac 48 - thead,th1520-gmac 90 compatible = "thead,th1520-gmac", "snps,dwmac-3.70a";
|
| /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# 19 - const: thead,c900-aclint-mtimer 48 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
|
| /linux/Documentation/devicetree/bindings/firmware/ |
| H A D | thead,th1520-aon.yaml | 4 $id: http://devicetree.org/schemas/firmware/thead,th1520-aon.yaml# 26 const: thead,th1520-aon 56 compatible = "thead,th1520-aon";
|
| /linux/arch/riscv/kernel/vendor_extensions/ |
| H A D | thead_hwprobe.c | 3 #include <asm/vendor_extensions/thead.h> 11 #include <uapi/asm/vendor/thead.h>
|
| H A D | Makefile | 8 obj-$(CONFIG_RISCV_ISA_VENDOR_EXT_THEAD) += thead.o
|
| H A D | thead.c | 5 #include <asm/vendor_extensions/thead.h>
|
| /linux/Documentation/devicetree/bindings/gpu/ |
| H A D | img,powervr-rogue.yaml | 38 - thead,th1520-gpu 118 - thead,th1520-gpu 163 const: thead,th1520-gpu
|
| /linux/arch/riscv/boot/dts/sophgo/ |
| H A D | cv1800b.dtsi | 39 compatible = "sophgo,cv1800b-plic", "thead,c900-plic"; 49 compatible = "sophgo,cv1800b-clint", "thead,c900-clint";
|
| H A D | sg2002.dtsi | 41 compatible = "sophgo,sg2002-plic", "thead,c900-plic"; 51 compatible = "sophgo,sg2002-clint", "thead,c900-clint";
|
| H A D | cv1812h.dtsi | 41 compatible = "sophgo,cv1812h-plic", "thead,c900-plic"; 51 compatible = "sophgo,cv1812h-clint", "thead,c900-clint";
|
| H A D | cv180x-cpus.dtsi | 14 compatible = "thead,c906", "riscv";
|
| /linux/drivers/reset/ |
| H A D | reset-th1520.c | 12 #include <dt-bindings/reset/thead,th1520-reset.h> 913 if (of_device_is_compatible(dev->of_node, "thead,th1520-reset")) { in th1520_reset_probe() 962 { .compatible = "thead,th1520-reset", .data = &th1520_reset_data }, 963 { .compatible = "thead,th1520-reset-ap", .data = &th1520_ap_reset_data }, 964 { .compatible = "thead,th1520-reset-dsp", .data = &th1520_dsp_reset_data }, 965 { .compatible = "thead,th1520-reset-misc", .data = &th1520_misc_reset_data }, 966 { .compatible = "thead,th1520-reset-vi", .data = &th1520_vi_reset_data }, 967 { .compatible = "thead,th1520-reset-vp", .data = &th1520_vp_reset_data },
|
| /linux/tools/perf/pmu-events/arch/riscv/ |
| H A D | mapfile.csv | 22 0x5b7-0x0-0x0,v1,thead/c900-legacy,core 23 0x5b7-0x80000000090c0d00-0x2047000,v1,thead/c900-legacy,core
|
| /linux/drivers/power/sequencing/ |
| H A D | pwrseq-thead-gpu.c | 26 #include <dt-bindings/power/thead,th1520-power.h> 126 if (!of_device_is_compatible(dev->of_node, "thead,th1520-gpu")) in pwrseq_thead_gpu_match() 239 .name = "pwrseq-thead-gpu",
|
| /linux/arch/riscv/boot/dts/ |
| H A D | Makefile | 14 subdir-y += thead
|
| /linux/arch/riscv/errata/ |
| H A D | Makefile | 18 obj-$(CONFIG_ERRATA_THEAD) += thead/
|
| /linux/drivers/firmware/ |
| H A D | thead,th1520-aon.c | 9 #include <linux/firmware/thead/thead,th1520-aon.h>
|
| H A D | Makefile | 21 obj-$(CONFIG_TH1520_AON_PROTOCOL) += thead,th1520-aon.o
|
| /linux/arch/riscv/kernel/ |
| H A D | bugs.c | 11 #include <asm/vendor_extensions/thead.h>
|
| /linux/tools/testing/selftests/riscv/vector/ |
| H A D | v_helpers.c | 4 #include <asm/vendor/thead.h>
|