Home
last modified time | relevance | path

Searched refs:sysctrl (Results 1 – 25 of 54) sorted by relevance

123

/Linux-v5.10/arch/arm/boot/dts/
Dr9a06g032.dtsi10 #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 …]
Dzx296702.dtsi137 sysctrl: sysctrl@a0007000 { label
138 compatible = "zte,sysctrl", "syscon";
Dhi3519.dtsi162 sysctrl: system-controller@12020000 { label
163 compatible = "hisilicon,hi3519-sysctrl", "syscon";
169 regmap = <&sysctrl>;
Dhip01.dtsi86 compatible = "hisilicon,hip01-sysctrl", "hisilicon,sysctrl";
Dhisi-x5hd2.dtsi393 sysctrl: system-controller@0 { label
394 compatible = "hisilicon,sysctrl", "syscon";
400 regmap = <&sysctrl>;
495 hisilicon,power-syscon = <&sysctrl>;
/Linux-v5.10/Documentation/devicetree/bindings/arm/
Dzte,sysctrl.txt1 ZTE sysctrl Registers
6 - compatible = "zte,sysctrl"
18 - compatible = "zte,zx296718-aon-sysctrl"
19 - compatible = "zte,zx296718-sysctrl"
22 aon_sysctrl: aon-sysctrl@116000 {
23 compatible = "zte,zx296718-aon-sysctrl", "syscon";
27 sysctrl: sysctrl@1463000 {
28 compatible = "zte,zx296718-sysctrl", "syscon";
/Linux-v5.10/Documentation/devicetree/bindings/sound/
Dzte,tdm.txt13 - zte,tdm-dma-sysctrl : Reference to the sysctrl controller controlling
15 phandle of sysctrl.
16 register offset in sysctrl for control dma.
17 mask of the register that be written to sysctrl.
29 zte,tdm-dma-sysctrl = <&sysctrl 0x10c 4>;
Dhisilicon,hi6210-i2s.txt18 - hisilicon,sysctrl-syscon: phandle to sysctrl syscon
36 hisilicon,sysctrl-syscon = <&sys_ctrl>;
/Linux-v5.10/Documentation/devicetree/bindings/clock/
Drenesas,r9a06g032-sysctrl.txt6 - "renesas,r9a06g032-sysctrl"
23 sysctrl: system-controller@4000c000 {
24 compatible = "renesas,r9a06g032-sysctrl";
36 #include <dt-bindings/clock/r9a06g032-sysctrl.h>
43 clocks = <&sysctrl R9A06G032_CLK_UART0>, <&sysctrl R9A06G032_HCLK_UART0>;
45 power-domains = <&sysctrl>;
Damlogic,gxbb-clkc.txt27 - 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";
Dhisi-crg.txt14 - "hisilicon,hi3516cv300-sysctrl"
17 - "hisilicon,hi3798cv200-sysctrl"
Dhi6220-clock.txt16 - "hisilicon,hi6220-sysctrl"
36 compatible = "hisilicon,hi6220-sysctrl", "syscon";
Damlogic,gxbb-aoclkc.txt38 - compatible: "amlogic,meson-gx-ao-sysctrl", "syscon", "simple-mfd"
44 compatible = "amlogic,meson-gx-ao-sysctrl", "syscon", "simple-mfd";
/Linux-v5.10/arch/arm/mach-hisi/
Dplatmcpm.c59 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()
298 sysctrl = of_iomap(np_sctl, 0); in hip04_smp_init()
299 if (!sysctrl) { in hip04_smp_init()
338 iounmap(sysctrl); in hip04_smp_init()
/Linux-v5.10/Documentation/devicetree/bindings/power/
Damlogic,meson-gx-pwrc.txt23 - 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>;
/Linux-v5.10/Documentation/devicetree/bindings/watchdog/
Dzte,zx2967-wdt.txt15 - zte,wdt-reset-sysctrl : Directs how to reset system by the watchdog.
19 * phandle of aon-sysctrl.
21 * configure value that be written to aon-sysctrl.
31 zte,wdt-reset-sysctrl = <&aon_sysctrl 0xb0 1 0x115>;
/Linux-v5.10/sound/soc/hisilicon/
Dhi6210-i2s.c41 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()
120 regmap_write(i2s->sysctrl, SC_PERIPH_CLKEN12, BIT(9)); in hi6210_i2s_startup()
123 regmap_write(i2s->sysctrl, SC_PERIPH_CLKEN1, BIT(5)); in hi6210_i2s_startup()
126 regmap_write(i2s->sysctrl, SC_PERIPH_RSTEN1, BIT(5)); in hi6210_i2s_startup()
127 regmap_write(i2s->sysctrl, SC_PERIPH_RSTDIS1, BIT(5)); in hi6210_i2s_startup()
179 regmap_write(i2s->sysctrl, SC_PERIPH_RSTEN1, BIT(5)); in hi6210_i2s_shutdown()
567 i2s->sysctrl = syscon_regmap_lookup_by_phandle(node, in hi6210_i2s_probe()
569 if (IS_ERR(i2s->sysctrl)) in hi6210_i2s_probe()
[all …]
/Linux-v5.10/drivers/pci/controller/dwc/
Dpcie-kirin.c86 struct regmap *sysctrl; member
170 kirin_pcie->sysctrl = in kirin_pcie_get_resource()
172 if (IS_ERR(kirin_pcie->sysctrl)) in kirin_pcie_get_resource()
173 return PTR_ERR(kirin_pcie->sysctrl); in kirin_pcie_get_resource()
210 regmap_read(kirin_pcie->sysctrl, SCTRL_PCIE_OE_OFFSET, &val); in kirin_pcie_oe_enable()
213 regmap_write(kirin_pcie->sysctrl, SCTRL_PCIE_OE_OFFSET, val); in kirin_pcie_oe_enable()
268 regmap_write(kirin_pcie->sysctrl, in kirin_pcie_power_on()
278 regmap_write(kirin_pcie->sysctrl, in kirin_pcie_power_on()
282 regmap_write(kirin_pcie->sysctrl, in kirin_pcie_power_on()
/Linux-v5.10/Documentation/devicetree/bindings/reset/
Dhisilicon,hi6220-reset.txt12 - "hisilicon,hi6220-sysctrl", "syscon" : For peripheral reset controller.
21 compatible = "hisilicon,hi6220-sysctrl", "syscon";
/Linux-v5.10/arch/mips/lantiq/falcon/
DMakefile2 obj-y := prom.o reset.o sysctrl.o
/Linux-v5.10/arch/mips/lantiq/xway/
DMakefile2 obj-y := prom.o sysctrl.o clk.o dma.o gptu.o dcdc.o
/Linux-v5.10/drivers/clk/ux500/
DMakefile9 obj-y += clk-sysctrl.o
/Linux-v5.10/arch/arm64/boot/dts/zte/
Dzx296718.dtsi305 aon_sysctrl: aon-sysctrl@116000 {
306 compatible = "zte,zx296718-aon-sysctrl", "syscon";
515 zte,vga-power-control = <&sysctrl 0x170 0xe0>;
534 zte,tvenc-power-control = <&sysctrl 0x170 0x10>;
551 sysctrl: sysctrl@1463000 { label
552 compatible = "zte,zx296718-sysctrl", "syscon";
/Linux-v5.10/Documentation/devicetree/bindings/mfd/
Dab8500.txt61 ab8500-sysctrl : : : System Control
72 pwm|regulator|rtc|sysctrl|usb]";
256 ab8500-sysctrl {
257 compatible = "stericsson,ab8500-sysctrl";
/Linux-v5.10/Documentation/devicetree/bindings/display/
Dzte,vou.txt102 zte,vga-power-control = <&sysctrl 0x170 0xe0>;
118 zte,tvenc-power-control = <&sysctrl 0x170 0x10>;

123