Home
last modified time | relevance | path

Searched refs:TEGRA_POWERGATE_PCIE (Results 1 – 3 of 3) sorted by relevance

/arch/arm/mach-tegra/
Dpowergate.c127 mask = (1 << TEGRA_POWERGATE_PCIE); in tegra_powergate_remove_clamping()
128 else if (id == TEGRA_POWERGATE_PCIE) in tegra_powergate_remove_clamping()
207 [TEGRA_POWERGATE_PCIE] = "pcie",
Dpcie.c701 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_off()
716 err = tegra_powergate_sequence_power_up(TEGRA_POWERGATE_PCIE, in tegra_pcie_power_regate()
/arch/arm/mach-tegra/include/mach/
Dpowergate.h26 #define TEGRA_POWERGATE_PCIE 3 macro