Home
last modified time | relevance | path

Searched full:powergate (Results 1 – 25 of 47) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/soc/tegra/
H A Dpowergate-bpmp.c152 struct tegra_powergate *powergate = to_tegra_powergate(domain); in tegra_powergate_power_on() local
153 struct tegra_bpmp *bpmp = powergate->bpmp; in tegra_powergate_power_on()
155 return tegra_bpmp_powergate_set_state(bpmp, powergate->id, in tegra_powergate_power_on()
161 struct tegra_powergate *powergate = to_tegra_powergate(domain); in tegra_powergate_power_off() local
162 struct tegra_bpmp *bpmp = powergate->bpmp; in tegra_powergate_power_off()
164 return tegra_bpmp_powergate_set_state(bpmp, powergate->id, in tegra_powergate_power_off()
172 struct tegra_powergate *powergate; in tegra_powergate_add() local
178 powergate = devm_kzalloc(bpmp->dev, sizeof(*powergate), GFP_KERNEL); in tegra_powergate_add()
179 if (!powergate) in tegra_powergate_add()
182 powergate->id = info->id; in tegra_powergate_add()
[all …]
H A DMakefile7 obj-$(CONFIG_SOC_TEGRA_POWERGATE_BPMP) += powergate-bpmp.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/
H A Dactions,owl-sps.txt10 include/dt-bindings/power/owl-s500-powergate.h for S500
11 include/dt-bindings/power/owl-s700-powergate.h for S700
12 include/dt-bindings/power/owl-s900-powergate.h for S900
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/tegra/
H A Dnvidia,tegra20-pmc.yaml173 match the powergates on the Tegra SoC. Each powergate node
178 powergate node.
179 The name of the powergate node should be one of the below. Note that
180 not every powergate is applicable to all Tegra devices and the following
182 Please refer to Tegra TRM for mode details on the powergate nodes to
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra124/
H A Dpsci.c12 #include <asm/arch/powergate.h>
40 * indeed program the Flow Controller to powergate them on wfi, which in psci_board_init()
/OK3568_Linux_fs/kernel/drivers/soc/actions/
H A Dowl-sps.c15 #include <dt-bindings/power/owl-s500-powergate.h>
16 #include <dt-bindings/power/owl-s700-powergate.h>
17 #include <dt-bindings/power/owl-s900-powergate.h>
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra124/
H A Dpowergate.h4 #include <asm/arch-tegra/powergate.h>
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra30/
H A Dpowergate.h4 #include <asm/arch-tegra/powergate.h>
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra20/
H A Dpowergate.h4 #include <asm/arch-tegra/powergate.h>
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra114/
H A Dpowergate.h4 #include <asm/arch-tegra/powergate.h>
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra210/
H A Dpowergate.h10 #include <asm/arch-tegra/powergate.h>
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A DMakefile23 obj-y += powergate.o
H A Dpowergate.c13 #include <asm/arch/powergate.h>
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/bus/
H A Dnvidia,tegra210-aconnect.txt13 - power-domains: Must contain a phandle that points to the audio powergate
/OK3568_Linux_fs/kernel/include/soc/tegra/
H A Dpmc.h25 * powergate and I/O rail APIs
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/firmware/
H A Dnvidia,tegra186-bpmp.txt37 - <dt-bindings/power/tegra186-powergate.h>
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/firmware/
H A Dnvidia,tegra186-bpmp.txt36 - <dt-bindings/power/tegra186-powergate.h>
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Dnvidia,tegra20-i2c.txt64 include venc powergate node as vi i2c is part of VE power domain.
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dowl-s500.dtsi9 #include <dt-bindings/power/owl-s500-powergate.h>
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/tegra/
H A Dnvidia,tegra20-host1x.txt53 - power-domains: Must include venc powergate node as vi is in VE partition.
73 - power-domains: Must include sor powergate node as csicil is in
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/actions/
H A Ds700.dtsi8 #include <dt-bindings/power/owl-s700-powergate.h>
/OK3568_Linux_fs/kernel/arch/arm/mach-tegra/
H A Dsleep-tegra30.S134 /* Powergate this CPU */
279 /* Powergate this CPU. */
H A Dpm.c149 * firmware. Note that CPUIDLE won't ever enter powergate on Tegra30 in tegra_sleep_cpu()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_hwseq.h280 /* SR(DOMAIN10_PG_CONFIG), Navi1x HUBP5 not powergate-able*/\
281 /* SR(DOMAIN11_PG_CONFIG), Navi1x DPP5 is not powergate-able */\
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Ddc.c2179 tegra_powergate_power_off(dc->powergate); in tegra_dc_runtime_suspend()
2200 err = tegra_powergate_sequence_power_up(dc->powergate, dc->clk, in tegra_dc_runtime_resume()
2576 dc->powergate = TEGRA_POWERGATE_DIS; in tegra_dc_probe()
2578 dc->powergate = TEGRA_POWERGATE_DISB; in tegra_dc_probe()
2580 tegra_powergate_power_off(dc->powergate); in tegra_dc_probe()

12