Home
last modified time | relevance | path

Searched refs:tegra_chip_id (Results 1 – 10 of 10) sorted by relevance

/arch/arm/mach-tegra/
Dfuse.c40 int tegra_chip_id; variable
88 if (tegra_chip_id == TEGRA20 && in tegra_get_revision()
130 tegra_chip_id = (id >> 8) & 0xff; in tegra_init_fuse()
132 switch (tegra_chip_id) { in tegra_init_fuse()
145 pr_warn("Tegra: unknown chip id %d\n", tegra_chip_id); in tegra_init_fuse()
Dhotplug.c54 if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) && tegra_chip_id == TEGRA20) in tegra_hotplug_init()
56 if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) && tegra_chip_id == TEGRA30) in tegra_hotplug_init()
Dplatsmp.c150 if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) && tegra_chip_id == TEGRA20) in tegra_boot_secondary()
152 if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) && tegra_chip_id == TEGRA30) in tegra_boot_secondary()
154 if (IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) && tegra_chip_id == TEGRA114) in tegra_boot_secondary()
Dflowctrl.c79 switch (tegra_chip_id) { in flowctrl_cpu_suspend_enter()
118 switch (tegra_chip_id) { in flowctrl_cpu_suspend_exit()
Dcpuidle.c34 switch (tegra_chip_id) { in tegra_cpuidle_init()
Dpm.c119 else if (tegra_chip_id == TEGRA20 && phy_cpu_id == 1) in tegra_set_cpu_in_lp2()
159 if (tegra_chip_id == TEGRA114) in tegra_pm_validate_suspend_mode()
Dfuse.h46 extern int tegra_chip_id;
Dreset.c63 if (tegra_chip_id != TEGRA20) { in tegra_cpu_reset_handler_enable()
Dpowergate.c183 switch (tegra_chip_id) { in tegra_powergate_init()
261 switch (tegra_chip_id) { in tegra_powergate_debugfs_init()
Dtegra.c97 soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "%d", tegra_chip_id); in tegra_dt_init()