Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/soc/tegra/
Dpmc.c262 if (id == TEGRA_POWERGATE_VDEC) in tegra_powergate_remove_clamping()
265 mask = (1 << TEGRA_POWERGATE_VDEC); in tegra_powergate_remove_clamping()
866 [TEGRA_POWERGATE_VDEC] = "vdec",
885 [TEGRA_POWERGATE_VDEC] = "vdec",
918 [TEGRA_POWERGATE_VDEC] = "vdec",
956 [TEGRA_POWERGATE_VDEC] = "vdec",
/linux-4.1.27/include/soc/tegra/
Dpmc.h51 #define TEGRA_POWERGATE_VDEC 4 macro