/Linux-v5.15/Documentation/devicetree/bindings/arm/hisilicon/controller/ |
D | sysctrl.yaml | 4 $id: http://devicetree.org/schemas/arm/hisilicon/controller/sysctrl.yaml# 23 Hisilicon system controller --> hisilicon,sysctrl 24 HiP01 system controller --> hisilicon,hip01-sysctrl 25 Hi6220 system controller --> hisilicon,hi6220-sysctrl 26 Hi3519 system controller --> hisilicon,hi3519-sysctrl 33 const: hisilicon,hi6220-sysctrl 43 - hisilicon,sysctrl 44 - hisilicon,hi6220-sysctrl 45 - hisilicon,hi3519-sysctrl 48 - const: hisilicon,hip01-sysctrl [all …]
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | r9a06g032.dtsi | 10 #include <dt-bindings/clock/r9a06g032-sysctrl.h> 25 clocks = <&sysctrl R9A06G032_CLK_A7MP>; 32 clocks = <&sysctrl R9A06G032_CLK_A7MP>; 69 sysctrl: system-controller@4000c000 { label 70 compatible = "renesas,r9a06g032-sysctrl"; 86 clocks = <&sysctrl R9A06G032_CLK_UART0>, <&sysctrl R9A06G032_HCLK_UART0>; 97 clocks = <&sysctrl R9A06G032_CLK_UART1>, <&sysctrl R9A06G032_HCLK_UART1>; 108 clocks = <&sysctrl R9A06G032_CLK_UART2>, <&sysctrl R9A06G032_HCLK_UART2>; 119 clocks = <&sysctrl R9A06G032_CLK_UART3>, <&sysctrl R9A06G032_HCLK_UART3>; 130 clocks = <&sysctrl R9A06G032_CLK_UART4>, <&sysctrl R9A06G032_HCLK_UART4>; [all …]
|
D | hi3519.dtsi | 162 sysctrl: system-controller@12020000 { label 163 compatible = "hisilicon,hi3519-sysctrl", "syscon"; 169 regmap = <&sysctrl>;
|
D | hip01.dtsi | 86 compatible = "hisilicon,hip01-sysctrl", "hisilicon,sysctrl";
|
/Linux-v5.15/Documentation/devicetree/bindings/power/ |
D | amlogic,meson-gx-pwrc.txt | 23 - amlogic,hhi-sysctrl: phandle to the HHI sysctrl node 31 - compatible: "amlogic,meson-gx-ao-sysctrl", "syscon", "simple-mfd" 38 compatible = "amlogic,meson-gx-ao-sysctrl", "syscon", "simple-mfd"; 44 amlogic,hhi-sysctrl = <&sysctrl>;
|
D | amlogic,meson-ee-pwrc.yaml | 18 "amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon" 55 amlogic,ao-sysctrl: 56 description: phandle to the AO sysctrl node 158 - amlogic,ao-sysctrl 167 amlogic,ao-sysctrl = <&rti>;
|
/Linux-v5.15/arch/arm/mach-hisi/ |
D | platmcpm.c | 59 static void __iomem *sysctrl, *fabric; variable 108 if (!sysctrl) in hip04_boot_secondary() 118 sys_dreq = sysctrl + SC_CPU_RESET_DREQ(cluster); in hip04_boot_secondary() 119 sys_status = sysctrl + SC_CPU_RESET_STATUS(cluster); in hip04_boot_secondary() 208 data = readl_relaxed(sysctrl + SC_CPU_RESET_STATUS(cluster)); in hip04_cpu_kill() 220 writel_relaxed(data, sysctrl + SC_CPU_RESET_REQ(cluster)); in hip04_cpu_kill() 223 data = readl_relaxed(sysctrl + SC_CPU_RESET_STATUS(cluster)); in hip04_cpu_kill() 281 np_sctl = of_find_compatible_node(NULL, NULL, "hisilicon,sysctrl"); in hip04_smp_init() 298 sysctrl = of_iomap(np_sctl, 0); in hip04_smp_init() 299 if (!sysctrl) { in hip04_smp_init() [all …]
|
D | platsmp.c | 63 np = of_find_compatible_node(NULL, NULL, "hisilicon,sysctrl"); in hi3xxx_smp_prepare_cpus() 65 pr_err("failed to find hisilicon,sysctrl node\n"); in hi3xxx_smp_prepare_cpus() 159 node = of_find_compatible_node(NULL, NULL, "hisilicon,hip01-sysctrl"); in hip01_boot_secondary()
|
/Linux-v5.15/Documentation/devicetree/bindings/clock/ |
D | renesas,r9a06g032-sysctrl.yaml | 4 $id: http://devicetree.org/schemas/clock/renesas,r9a06g032-sysctrl.yaml# 15 const: renesas,r9a06g032-sysctrl 54 sysctrl: system-controller@4000c000 { 55 compatible = "renesas,r9a06g032-sysctrl";
|
D | amlogic,gxbb-clkc.txt | 27 - compatible: "syscon", "simple-mfd, and "amlogic,meson-gx-hhi-sysctrl" or 28 "amlogic,meson-axg-hhi-sysctrl" 33 sysctrl: system-controller@0 { 34 compatible = "amlogic,meson-gx-hhi-sysctrl", "syscon", "simple-mfd";
|
D | hisi-crg.txt | 14 - "hisilicon,hi3516cv300-sysctrl" 17 - "hisilicon,hi3798cv200-sysctrl"
|
D | hi6220-clock.txt | 16 - "hisilicon,hi6220-sysctrl" 36 compatible = "hisilicon,hi6220-sysctrl", "syscon";
|
D | socionext,uniphier-clock.yaml | 58 sysctrl@61840000 { 59 compatible = "socionext,uniphier-sysctrl", "simple-mfd", "syscon";
|
D | amlogic,gxbb-aoclkc.txt | 38 - compatible: "amlogic,meson-gx-ao-sysctrl", "syscon", "simple-mfd" 44 compatible = "amlogic,meson-gx-ao-sysctrl", "syscon", "simple-mfd";
|
/Linux-v5.15/drivers/pci/controller/dwc/ |
D | pcie-kirin.c | 52 /* info located in sysctrl */ 86 struct regmap *sysctrl; member 165 kirin_pcie->sysctrl = in kirin_pcie_get_resource() 167 if (IS_ERR(kirin_pcie->sysctrl)) in kirin_pcie_get_resource() 168 return PTR_ERR(kirin_pcie->sysctrl); in kirin_pcie_get_resource() 205 regmap_read(kirin_pcie->sysctrl, SCTRL_PCIE_OE_OFFSET, &val); in kirin_pcie_oe_enable() 208 regmap_write(kirin_pcie->sysctrl, SCTRL_PCIE_OE_OFFSET, val); in kirin_pcie_oe_enable() 263 regmap_write(kirin_pcie->sysctrl, in kirin_pcie_power_on() 273 regmap_write(kirin_pcie->sysctrl, in kirin_pcie_power_on() 277 regmap_write(kirin_pcie->sysctrl, in kirin_pcie_power_on()
|
/Linux-v5.15/sound/soc/hisilicon/ |
D | hi6210-i2s.c | 41 struct regmap *sysctrl; member 99 regmap_read(i2s->sysctrl, SC_PERIPH_RSTSTAT2, &val); in hi6210_i2s_startup() 101 regmap_write(i2s->sysctrl, SC_PERIPH_RSTDIS2, BIT(4)); in hi6210_i2s_startup() 117 regmap_write(i2s->sysctrl, SC_PERIPH_CLKEN12, BIT(9)); in hi6210_i2s_startup() 120 regmap_write(i2s->sysctrl, SC_PERIPH_CLKEN1, BIT(5)); in hi6210_i2s_startup() 123 regmap_write(i2s->sysctrl, SC_PERIPH_RSTEN1, BIT(5)); in hi6210_i2s_startup() 124 regmap_write(i2s->sysctrl, SC_PERIPH_RSTDIS1, BIT(5)); in hi6210_i2s_startup() 181 regmap_write(i2s->sysctrl, SC_PERIPH_RSTEN1, BIT(5)); in hi6210_i2s_shutdown() 568 i2s->sysctrl = syscon_regmap_lookup_by_phandle(node, in hi6210_i2s_probe() 569 "hisilicon,sysctrl-syscon"); in hi6210_i2s_probe() [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/media/ |
D | amlogic,gx-vdec.yaml | 77 amlogic,ao-sysctrl: 78 description: should point to the AOBUS sysctrl node 121 - amlogic,ao-sysctrl 138 amlogic,ao-sysctrl = <&sysctrl_AO>;
|
/Linux-v5.15/Documentation/devicetree/bindings/sound/ |
D | hisilicon,hi6210-i2s.txt | 18 - hisilicon,sysctrl-syscon: phandle to sysctrl syscon 36 hisilicon,sysctrl-syscon = <&sys_ctrl>;
|
/Linux-v5.15/Documentation/devicetree/bindings/iio/adc/ |
D | amlogic,meson-saradc.yaml | 55 amlogic,hhi-sysctrl: 102 amlogic,hhi-sysctrl: true 105 amlogic,hhi-sysctrl: false 145 amlogic,hhi-sysctrl = <&hhi>;
|
/Linux-v5.15/drivers/mfd/ |
D | ab8500-sysctrl.c | 19 #include <linux/mfd/abx500/ab8500-sysctrl.h> 41 pr_err("%s: sysctrl not initialized\n", __func__); in ab8500_power_off() 154 { .compatible = "stericsson,ab8500-sysctrl", }, 160 .name = "ab8500-sysctrl",
|
/Linux-v5.15/Documentation/devicetree/bindings/watchdog/ |
D | socionext,uniphier-wdt.yaml | 28 sysctrl@61840000 { 29 compatible = "socionext,uniphier-ld11-sysctrl",
|
/Linux-v5.15/Documentation/devicetree/bindings/reset/ |
D | hisilicon,hi6220-reset.txt | 12 - "hisilicon,hi6220-sysctrl", "syscon" : For peripheral reset controller. 21 compatible = "hisilicon,hi6220-sysctrl", "syscon";
|
/Linux-v5.15/Documentation/devicetree/bindings/thermal/ |
D | socionext,uniphier-thermal.yaml | 48 sysctrl@61840000 { 49 compatible = "socionext,uniphier-ld20-sysctrl",
|
/Linux-v5.15/Documentation/devicetree/bindings/mfd/ |
D | ab8500.txt | 61 ab8500-sysctrl : : : System Control 72 pwm|regulator|rtc|sysctrl|usb]"; 258 ab8500-sysctrl { 259 compatible = "stericsson,ab8500-sysctrl";
|
/Linux-v5.15/drivers/clk/ux500/ |
D | clk-sysctrl.c | 3 * Sysctrl clock implementation for ux500 platform. 10 #include <linux/mfd/abx500/ab8500-sysctrl.h> 33 /* Sysctrl clock operations. */
|