/linux-6.12.1/arch/arm/boot/dts/renesas/ |
D | r9a06g032.dtsi | 10 #include <dt-bindings/clock/r9a06g032-sysctrl.h> 25 clocks = <&sysctrl R9A06G032_CLK_A7MP>; 32 clocks = <&sysctrl R9A06G032_CLK_A7MP>; 76 clocks = <&sysctrl R9A06G032_HCLK_RTC>; 78 power-domains = <&sysctrl>; 86 clocks = <&sysctrl R9A06G032_CLK_WATCHDOG>; 94 clocks = <&sysctrl R9A06G032_CLK_WATCHDOG>; 98 sysctrl: system-controller@4000c000 { label 99 compatible = "renesas,r9a06g032-sysctrl"; 125 clocks = <&sysctrl R9A06G032_HCLK_USBF>, [all …]
|
/linux-6.12.1/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() 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-6.12.1/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>;
|
/linux-6.12.1/sound/soc/hisilicon/ |
D | hi6210-i2s.c | 40 struct regmap *sysctrl; member 98 regmap_read(i2s->sysctrl, SC_PERIPH_RSTSTAT2, &val); in hi6210_i2s_startup() 100 regmap_write(i2s->sysctrl, SC_PERIPH_RSTDIS2, BIT(4)); in hi6210_i2s_startup() 116 regmap_write(i2s->sysctrl, SC_PERIPH_CLKEN12, BIT(9)); in hi6210_i2s_startup() 119 regmap_write(i2s->sysctrl, SC_PERIPH_CLKEN1, BIT(5)); in hi6210_i2s_startup() 122 regmap_write(i2s->sysctrl, SC_PERIPH_RSTEN1, BIT(5)); in hi6210_i2s_startup() 123 regmap_write(i2s->sysctrl, SC_PERIPH_RSTDIS1, BIT(5)); in hi6210_i2s_startup() 180 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() 570 if (IS_ERR(i2s->sysctrl)) in hi6210_i2s_probe() [all …]
|
/linux-6.12.1/drivers/pci/controller/dwc/ |
D | pcie-kirin.c | 128 struct regmap *sysctrl; member 192 phy->sysctrl = syscon_regmap_lookup_by_compatible("hisilicon,hi3660-sctrl"); in hi3660_pcie_phy_get_resource() 193 if (IS_ERR(phy->sysctrl)) in hi3660_pcie_phy_get_resource() 194 return PTR_ERR(phy->sysctrl); in hi3660_pcie_phy_get_resource() 231 regmap_read(phy->sysctrl, SCTRL_PCIE_OE_OFFSET, &val); in hi3660_pcie_phy_oe_enable() 234 regmap_write(phy->sysctrl, SCTRL_PCIE_OE_OFFSET, val); in hi3660_pcie_phy_oe_enable() 290 regmap_write(phy->sysctrl, in hi3660_pcie_phy_power_on() 301 regmap_write(phy->sysctrl, in hi3660_pcie_phy_power_on() 305 regmap_write(phy->sysctrl, in hi3660_pcie_phy_power_on() 345 regmap_write(phy->sysctrl, SCTRL_PCIE_CMOS_OFFSET, 0x00); in hi3660_pcie_phy_power_off()
|
/linux-6.12.1/drivers/phy/hisilicon/ |
D | phy-hi3670-pcie.c | 157 struct regmap *sysctrl; member 206 regmap_read(phy->sysctrl, SCTRL_PCIE_OE_OFFSET, &val); in hi3670_pcie_phy_oe_enable() 212 regmap_write(phy->sysctrl, SCTRL_PCIE_OE_OFFSET, val); in hi3670_pcie_phy_oe_enable() 666 regmap_write(phy->sysctrl, SCTRL_PCIE_CMOS_OFFSET, SCTRL_PCIE_CMOS_BIT); in hi3670_pcie_phy_power_on() 676 regmap_write(phy->sysctrl, SCTRL_PCIE_ISO_OFFSET, SCTRL_PCIE_ISO_BIT); in hi3670_pcie_phy_power_on() 679 regmap_write(phy->sysctrl, SCTRL_PCIE_HPCLK_OFFSET, in hi3670_pcie_phy_power_on() 724 regmap_write(phy->sysctrl, SCTRL_PCIE_CMOS_OFFSET, 0); in hi3670_pcie_phy_power_off() 755 phy->sysctrl = syscon_regmap_lookup_by_compatible("hisilicon,hi3670-sctrl"); in hi3670_pcie_phy_get_resources() 756 if (IS_ERR(phy->sysctrl)) in hi3670_pcie_phy_get_resources() 757 return PTR_ERR(phy->sysctrl); in hi3670_pcie_phy_get_resources()
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | hisilicon,hi6210-i2s.txt | 18 - hisilicon,sysctrl-syscon: phandle to sysctrl syscon 36 hisilicon,sysctrl-syscon = <&sys_ctrl>;
|
/linux-6.12.1/arch/arm/boot/dts/hisilicon/ |
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";
|
D | hisi-x5hd2.dtsi | 393 sysctrl: system-controller@0 { label 394 compatible = "hisilicon,sysctrl", "syscon"; 400 regmap = <&sysctrl>; 495 hisilicon,power-syscon = <&sysctrl>;
|
D | hip04.dtsi | 215 sysctrl: sysctrl { label 216 compatible = "hisilicon,sysctrl", "syscon";
|
D | hi3620.dtsi | 91 sysctrl: system-controller@802000 { label 92 compatible = "hisilicon,sysctrl", "syscon";
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
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 | amlogic,meson8b-clkc.txt | 21 - compatible: "amlogic,meson-hhi-sysctrl", "simple-mfd", "syscon"
|
/linux-6.12.1/arch/mips/lantiq/falcon/ |
D | Makefile | 2 obj-y := prom.o reset.o sysctrl.o
|
/linux-6.12.1/arch/mips/lantiq/xway/ |
D | Makefile | 2 obj-y := prom.o sysctrl.o clk.o dma.o gptu.o dcdc.o
|
/linux-6.12.1/drivers/clk/ux500/ |
D | Makefile | 9 obj-y += clk-sysctrl.o
|
/linux-6.12.1/arch/arm64/boot/dts/hisilicon/ |
D | hi3798cv200.dtsi | 142 sysctrl: system-controller@8000000 { label 143 compatible = "hisilicon,hi3798cv200-sysctrl", "syscon"; 260 clocks = <&sysctrl HISTB_UART0_CLK>, <&sysctrl HISTB_UART0_CLK>; 594 clocks = <&sysctrl HISTB_IR_CLK>;
|
/linux-6.12.1/arch/arm64/boot/dts/amlogic/ |
D | meson-gx.dtsi | 454 compatible = "amlogic,meson-gx-ao-sysctrl", "simple-mfd", "syscon"; 525 amlogic,ao-sysctrl = <&sysctrl_AO>; 562 sysctrl: system-controller@0 { label 563 compatible = "amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon"; 569 amlogic,ao-sysctrl = <&sysctrl_AO>;
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | ste-ab8505.dtsi | 213 ab8500-sysctrl { 214 compatible = "stericsson,ab8500-sysctrl";
|
D | ste-ab8500.dtsi | 245 ab8500-sysctrl { 246 compatible = "stericsson,ab8500-sysctrl";
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | syna.txt | 84 sysctrl: system-controller@d000 {
|
/linux-6.12.1/include/linux/mfd/abx500/ |
D | ab8500.h | 382 struct ab8500_sysctrl_platform_data *sysctrl; member
|
/linux-6.12.1/arch/arm/boot/dts/amlogic/ |
D | meson8b.dtsi | 600 amlogic,ao-sysctrl = <&pmu>; 695 amlogic,hhi-sysctrl = <&hhi>;
|