Home
last modified time | relevance | path

Searched refs:TEGRA20 (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/arch/arm/mach-tegra/
Dpm.c59 case TEGRA20: in tegra_tear_down_cpu_init()
148 else if (tegra_get_chip_id() == TEGRA20 && phy_cpu_id == 1) in tegra_set_cpu_in_lp2()
176 case TEGRA20: in tegra_pm_set()
238 case TEGRA20: in tegra_lp1_iram_hook()
268 case TEGRA20: in tegra_sleep_core_init()
Dcpuidle.c34 case TEGRA20: in tegra_cpuidle_init()
54 case TEGRA20: in tegra_cpuidle_pcie_irqs_in_use()
Dreset-handler.S56 cmp r6, #TEGRA20
126 cmp r6, #TEGRA20
169 cmp r6, #TEGRA20
232 cmp r6, #TEGRA20
Dflowctrl.c81 case TEGRA20: in flowctrl_cpu_suspend_enter()
122 case TEGRA20: in flowctrl_cpu_suspend_exit()
Dhotplug.c65 if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) && tegra_get_chip_id() == TEGRA20) in tegra_hotplug_init()
Dplatsmp.c174 if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) && tegra_get_chip_id() == TEGRA20) in tegra_boot_secondary()
/linux-4.1.27/drivers/soc/tegra/fuse/
Dtegra-apbmisc.c79 if (chip_id == TEGRA20 && (tegra20_spare_fuse_early(18) || in tegra_init_revision()
94 if (chip_id == TEGRA20) in tegra_init_revision()
Dfuse-tegra.c151 if (tegra_get_chip_id() == TEGRA20) in tegra_init_fuse()
/linux-4.1.27/include/soc/tegra/
Dfuse.h20 #define TEGRA20 0x20 macro