Home
last modified time | relevance | path

Searched refs:TEGRA_POWERGATE_VDEC (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Dpowergate.c66 if (id == TEGRA_POWERGATE_VDEC) in tegra_powergate_remove_clamping()
69 value = 1 << TEGRA_POWERGATE_VDEC; in tegra_powergate_remove_clamping()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dpowergate.h11 TEGRA_POWERGATE_VDEC, enumerator
/OK3568_Linux_fs/kernel/include/soc/tegra/
H A Dpmc.h32 #define TEGRA_POWERGATE_VDEC 4 macro
/OK3568_Linux_fs/kernel/drivers/soc/tegra/
H A Dpmc.c629 if (id == TEGRA_POWERGATE_VDEC) in __tegra_powergate_remove_clamping()
632 mask = (1 << TEGRA_POWERGATE_VDEC); in __tegra_powergate_remove_clamping()
2665 [TEGRA_POWERGATE_VDEC] = "vdec",
2771 [TEGRA_POWERGATE_VDEC] = "vdec",
2830 [TEGRA_POWERGATE_VDEC] = "vdec",
2886 [TEGRA_POWERGATE_VDEC] = "vdec",
/OK3568_Linux_fs/kernel/drivers/staging/media/tegra-vde/
H A Dvde.c921 err = tegra_powergate_power_off(TEGRA_POWERGATE_VDEC); in tegra_vde_runtime_suspend()
937 err = tegra_powergate_sequence_power_up(TEGRA_POWERGATE_VDEC, in tegra_vde_runtime_resume()