Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-hisi/
Dplatmcpm.c62 static void __iomem *sysctrl, *fabric; variable
111 if (!sysctrl) in hip04_boot_secondary()
121 sys_dreq = sysctrl + SC_CPU_RESET_DREQ(cluster); in hip04_boot_secondary()
122 sys_status = sysctrl + SC_CPU_RESET_STATUS(cluster); in hip04_boot_secondary()
211 data = readl_relaxed(sysctrl + SC_CPU_RESET_STATUS(cluster)); in hip04_cpu_kill()
223 writel_relaxed(data, sysctrl + SC_CPU_RESET_REQ(cluster)); in hip04_cpu_kill()
226 data = readl_relaxed(sysctrl + SC_CPU_RESET_STATUS(cluster)); in hip04_cpu_kill()
299 sysctrl = of_iomap(np_sctl, 0); in hip04_smp_init()
300 if (!sysctrl) { in hip04_smp_init()
339 iounmap(sysctrl); in hip04_smp_init()
/linux-4.4.14/Documentation/devicetree/bindings/arm/hisilicon/
Dhisilicon.txt30 - compatible : "hisilicon,sysctrl"
34 - smp-offset : offset in sysctrl for notifying slave cpu booting
39 - resume-offset : offset in sysctrl for notifying cpu0 when resume
40 - reboot-offset : offset in sysctrl for system reboot
45 sysctrl: system-controller@fc802000 {
46 compatible = "hisilicon,sysctrl";
57 - compatible : "hisilicon,hi6220-sysctrl"
69 compatible = "hisilicon,hi6220-sysctrl", "syscon";
156 - compatible : "hisilicon,hip01-sysctrl"
167 sysctrl: system-controller@10000000 {
[all …]
/linux-4.4.14/arch/arm/boot/dts/
Dzx296702.dtsi134 sysctrl: sysctrl@0xa0007000 { label
135 compatible = "zte,sysctrl", "syscon";
Dhip01.dtsi91 compatible = "hisilicon,hip01-sysctrl", "hisilicon,sysctrl";
Dhisi-x5hd2.dtsi393 sysctrl: system-controller@00000000 { label
394 compatible = "hisilicon,sysctrl", "syscon";
400 regmap = <&sysctrl>;
493 hisilicon,power-syscon = <&sysctrl>;
Dhip04.dtsi218 sysctrl: sysctrl { label
219 compatible = "hisilicon,sysctrl";
Dhi3620.dtsi92 sysctrl: system-controller@802000 { label
93 compatible = "hisilicon,sysctrl";
Dberlin2cd.dtsi451 sysctrl: system-controller@d000 { label
Dberlin2.dtsi507 sysctrl: system-controller@d000 { label
Dste-dbx5x0.dtsi697 ab8500-sysctrl {
698 compatible = "stericsson,ab8500-sysctrl";
Dberlin2q.dtsi593 sysctrl: pin-controller@d000 { label
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dhi6220-clock.txt15 - "hisilicon,hi6220-sysctrl"
35 compatible = "hisilicon,hi6220-sysctrl", "syscon";
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dab8500.txt59 ab8500-sysctrl : : : System Control
70 pwm|regulator|rtc|sysctrl|usb]";
135 ab8500-sysctrl {
136 compatible = "stericsson,ab8500-sysctrl";
/linux-4.4.14/arch/mips/lantiq/falcon/
DMakefile1 obj-y := prom.o reset.o sysctrl.o
/linux-4.4.14/arch/mips/lantiq/xway/
DMakefile1 obj-y := prom.o sysctrl.o clk.o reset.o dma.o gptu.o dcdc.o
/linux-4.4.14/drivers/clk/ux500/
DMakefile8 obj-y += clk-sysctrl.o
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dzte.txt9 - compatible = "zte,sysctrl"
Dmarvell,berlin.txt91 sysctrl: system-controller@d000 {
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dhix5hd2-ir.txt23 hisilicon,power-syscon = <&sysctrl>;
/linux-4.4.14/drivers/mfd/
Dab8500-sysctrl.c145 pdata = plat->sysctrl; in ab8500_sysctrl_probe()
DMakefile142 obj-$(CONFIG_AB8500_CORE) += ab8500-core.o ab8500-sysctrl.o
/linux-4.4.14/arch/arm64/boot/dts/hisilicon/
Dhi6220.dtsi147 compatible = "hisilicon,hi6220-sysctrl", "syscon";
/linux-4.4.14/include/linux/mfd/abx500/
Dab8500.h383 struct ab8500_sysctrl_platform_data *sysctrl; member