/linux-4.4.14/arch/arm/mach-hisi/ |
D | platmcpm.c | 62 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/ |
D | hisilicon.txt | 30 - 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/ |
D | zx296702.dtsi | 134 sysctrl: sysctrl@0xa0007000 { label 135 compatible = "zte,sysctrl", "syscon";
|
D | hip01.dtsi | 91 compatible = "hisilicon,hip01-sysctrl", "hisilicon,sysctrl";
|
D | hisi-x5hd2.dtsi | 393 sysctrl: system-controller@00000000 { label 394 compatible = "hisilicon,sysctrl", "syscon"; 400 regmap = <&sysctrl>; 493 hisilicon,power-syscon = <&sysctrl>;
|
D | hip04.dtsi | 218 sysctrl: sysctrl { label 219 compatible = "hisilicon,sysctrl";
|
D | hi3620.dtsi | 92 sysctrl: system-controller@802000 { label 93 compatible = "hisilicon,sysctrl";
|
D | berlin2cd.dtsi | 451 sysctrl: system-controller@d000 { label
|
D | berlin2.dtsi | 507 sysctrl: system-controller@d000 { label
|
D | ste-dbx5x0.dtsi | 697 ab8500-sysctrl { 698 compatible = "stericsson,ab8500-sysctrl";
|
D | berlin2q.dtsi | 593 sysctrl: pin-controller@d000 { label
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | hi6220-clock.txt | 15 - "hisilicon,hi6220-sysctrl" 35 compatible = "hisilicon,hi6220-sysctrl", "syscon";
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | ab8500.txt | 59 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/ |
D | Makefile | 1 obj-y := prom.o reset.o sysctrl.o
|
/linux-4.4.14/arch/mips/lantiq/xway/ |
D | Makefile | 1 obj-y := prom.o sysctrl.o clk.o reset.o dma.o gptu.o dcdc.o
|
/linux-4.4.14/drivers/clk/ux500/ |
D | Makefile | 8 obj-y += clk-sysctrl.o
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | zte.txt | 9 - compatible = "zte,sysctrl"
|
D | marvell,berlin.txt | 91 sysctrl: system-controller@d000 {
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | hix5hd2-ir.txt | 23 hisilicon,power-syscon = <&sysctrl>;
|
/linux-4.4.14/drivers/mfd/ |
D | ab8500-sysctrl.c | 145 pdata = plat->sysctrl; in ab8500_sysctrl_probe()
|
D | Makefile | 142 obj-$(CONFIG_AB8500_CORE) += ab8500-core.o ab8500-sysctrl.o
|
/linux-4.4.14/arch/arm64/boot/dts/hisilicon/ |
D | hi6220.dtsi | 147 compatible = "hisilicon,hi6220-sysctrl", "syscon";
|
/linux-4.4.14/include/linux/mfd/abx500/ |
D | ab8500.h | 383 struct ab8500_sysctrl_platform_data *sysctrl; member
|