| /OK3568_Linux_fs/kernel/drivers/soc/tegra/ |
| H A D | powergate-bpmp.c | 152 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 D | Makefile | 7 obj-$(CONFIG_SOC_TEGRA_POWERGATE_BPMP) += powergate-bpmp.o
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/ |
| H A D | actions,owl-sps.txt | 10 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 D | nvidia,tegra20-pmc.yaml | 173 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 D | psci.c | 12 #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 D | owl-sps.c | 15 #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 D | powergate.h | 4 #include <asm/arch-tegra/powergate.h>
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra30/ |
| H A D | powergate.h | 4 #include <asm/arch-tegra/powergate.h>
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra20/ |
| H A D | powergate.h | 4 #include <asm/arch-tegra/powergate.h>
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra114/ |
| H A D | powergate.h | 4 #include <asm/arch-tegra/powergate.h>
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra210/ |
| H A D | powergate.h | 10 #include <asm/arch-tegra/powergate.h>
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/ |
| H A D | Makefile | 23 obj-y += powergate.o
|
| H A D | powergate.c | 13 #include <asm/arch/powergate.h>
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/bus/ |
| H A D | nvidia,tegra210-aconnect.txt | 13 - power-domains: Must contain a phandle that points to the audio powergate
|
| /OK3568_Linux_fs/kernel/include/soc/tegra/ |
| H A D | pmc.h | 25 * powergate and I/O rail APIs
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/firmware/ |
| H A D | nvidia,tegra186-bpmp.txt | 37 - <dt-bindings/power/tegra186-powergate.h>
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/firmware/ |
| H A D | nvidia,tegra186-bpmp.txt | 36 - <dt-bindings/power/tegra186-powergate.h>
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | nvidia,tegra20-i2c.txt | 64 include venc powergate node as vi i2c is part of VE power domain.
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | owl-s500.dtsi | 9 #include <dt-bindings/power/owl-s500-powergate.h>
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/tegra/ |
| H A D | nvidia,tegra20-host1x.txt | 53 - 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 D | s700.dtsi | 8 #include <dt-bindings/power/owl-s700-powergate.h>
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-tegra/ |
| H A D | sleep-tegra30.S | 134 /* Powergate this CPU */ 279 /* Powergate this CPU. */
|
| H A D | pm.c | 149 * 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 D | dce_hwseq.h | 280 /* 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 D | dc.c | 2179 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()
|