Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-tegra/
Dhotplug.c65 if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) && tegra_get_chip_id() == TEGRA20) in tegra_hotplug_init()
67 if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) && tegra_get_chip_id() == TEGRA30) in tegra_hotplug_init()
69 if (IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) && tegra_get_chip_id() == TEGRA114) in tegra_hotplug_init()
71 if (IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC) && tegra_get_chip_id() == TEGRA124) in tegra_hotplug_init()
Dplatsmp.c174 if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) && tegra_get_chip_id() == TEGRA20) in tegra_boot_secondary()
176 if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) && tegra_get_chip_id() == TEGRA30) in tegra_boot_secondary()
178 if (IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) && tegra_get_chip_id() == TEGRA114) in tegra_boot_secondary()
180 if (IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC) && tegra_get_chip_id() == TEGRA124) in tegra_boot_secondary()
Dpm.c58 switch (tegra_get_chip_id()) { in tegra_tear_down_cpu_init()
148 else if (tegra_get_chip_id() == TEGRA20 && phy_cpu_id == 1) in tegra_set_cpu_in_lp2()
175 switch (tegra_get_chip_id()) { in tegra_pm_set()
237 switch (tegra_get_chip_id()) { in tegra_lp1_iram_hook()
267 switch (tegra_get_chip_id()) { in tegra_sleep_core_init()
Dcpuidle.c33 switch (tegra_get_chip_id()) { in tegra_cpuidle_init()
53 switch (tegra_get_chip_id()) { in tegra_cpuidle_pcie_irqs_in_use()
Dflowctrl.c80 switch (tegra_get_chip_id()) { in flowctrl_cpu_suspend_enter()
121 switch (tegra_get_chip_id()) { in flowctrl_cpu_suspend_exit()
Dtegra.c100 soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "%u", tegra_get_chip_id()); in tegra_dt_init()
/linux-4.4.14/drivers/soc/tegra/fuse/
Dtegra-apbmisc.c45 u8 tegra_get_chip_id(void) in tegra_get_chip_id() function
137 if (tegra_get_chip_id() == TEGRA124) { in tegra_init_apbmisc()
Dfuse-tegra.c232 u8 chip = tegra_get_chip_id(); in tegra_init_fuse()
/linux-4.4.14/include/soc/tegra/
Dfuse.h33 u8 tegra_get_chip_id(void);