Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Dpowergate.c67 value = 1 << TEGRA_POWERGATE_PCIE; in tegra_powergate_remove_clamping()
68 else if (id == TEGRA_POWERGATE_PCIE) in tegra_powergate_remove_clamping()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dpowergate.h10 TEGRA_POWERGATE_PCIE, enumerator
/OK3568_Linux_fs/kernel/include/soc/tegra/
H A Dpmc.h31 #define TEGRA_POWERGATE_PCIE 3 macro
/OK3568_Linux_fs/kernel/drivers/soc/tegra/
H A Dpmc.c630 mask = (1 << TEGRA_POWERGATE_PCIE); in __tegra_powergate_remove_clamping()
631 else if (id == TEGRA_POWERGATE_PCIE) in __tegra_powergate_remove_clamping()
2666 [TEGRA_POWERGATE_PCIE] = "pcie",
2772 [TEGRA_POWERGATE_PCIE] = "pcie",
2885 [TEGRA_POWERGATE_PCIE] = "pcie",
3000 [TEGRA_POWERGATE_PCIE] = "pcie",
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_tegra.c621 err = tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_on()
627 err = tegra_powergate_sequence_power_up(TEGRA_POWERGATE_PCIE, in tegra_pcie_power_on()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-tegra.c1185 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_off()
1203 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_on()
1211 err = tegra_powergate_power_on(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_on()
1216 err = tegra_powergate_remove_clamping(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_on()
1254 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_on()