Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/soc/tegra/
Dpmc.c264 if (id == TEGRA_POWERGATE_VDEC) in tegra_powergate_remove_clamping()
267 mask = (1 << TEGRA_POWERGATE_VDEC); in tegra_powergate_remove_clamping()
876 [TEGRA_POWERGATE_VDEC] = "vdec",
895 [TEGRA_POWERGATE_VDEC] = "vdec",
928 [TEGRA_POWERGATE_VDEC] = "vdec",
966 [TEGRA_POWERGATE_VDEC] = "vdec",
/linux-4.4.14/include/soc/tegra/
Dpmc.h49 #define TEGRA_POWERGATE_VDEC 4 macro