Home
last modified time | relevance | path

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

12

/linux-6.12.1/arch/arm/boot/dts/renesas/
Dr9a06g032.dtsi10 #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/
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-6.12.1/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-6.12.1/sound/soc/hisilicon/
Dhi6210-i2s.c40 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/
Dpcie-kirin.c128 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/
Dphy-hi3670-pcie.c157 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/
Dhisilicon,hi6210-i2s.txt18 - hisilicon,sysctrl-syscon: phandle to sysctrl syscon
36 hisilicon,sysctrl-syscon = <&sys_ctrl>;
/linux-6.12.1/arch/arm/boot/dts/hisilicon/
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>;
Dhip04.dtsi215 sysctrl: sysctrl { label
216 compatible = "hisilicon,sysctrl", "syscon";
Dhi3620.dtsi91 sysctrl: system-controller@802000 { label
92 compatible = "hisilicon,sysctrl", "syscon";
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dhisi-crg.txt14 - "hisilicon,hi3516cv300-sysctrl"
17 - "hisilicon,hi3798cv200-sysctrl"
Dhi6220-clock.txt16 - "hisilicon,hi6220-sysctrl"
36 compatible = "hisilicon,hi6220-sysctrl", "syscon";
Damlogic,meson8b-clkc.txt21 - compatible: "amlogic,meson-hhi-sysctrl", "simple-mfd", "syscon"
/linux-6.12.1/arch/mips/lantiq/falcon/
DMakefile2 obj-y := prom.o reset.o sysctrl.o
/linux-6.12.1/arch/mips/lantiq/xway/
DMakefile2 obj-y := prom.o sysctrl.o clk.o dma.o gptu.o dcdc.o
/linux-6.12.1/drivers/clk/ux500/
DMakefile9 obj-y += clk-sysctrl.o
/linux-6.12.1/arch/arm64/boot/dts/hisilicon/
Dhi3798cv200.dtsi142 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/
Dmeson-gx.dtsi454 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/
Dste-ab8505.dtsi213 ab8500-sysctrl {
214 compatible = "stericsson,ab8500-sysctrl";
Dste-ab8500.dtsi245 ab8500-sysctrl {
246 compatible = "stericsson,ab8500-sysctrl";
/linux-6.12.1/Documentation/devicetree/bindings/arm/
Dsyna.txt84 sysctrl: system-controller@d000 {
/linux-6.12.1/include/linux/mfd/abx500/
Dab8500.h382 struct ab8500_sysctrl_platform_data *sysctrl; member
/linux-6.12.1/arch/arm/boot/dts/amlogic/
Dmeson8b.dtsi600 amlogic,ao-sysctrl = <&pmu>;
695 amlogic,hhi-sysctrl = <&hhi>;

12