tegra_get_chip_id   24 arch/arm/mach-tegra/cpuidle.c 	switch (tegra_get_chip_id()) {
tegra_get_chip_id   44 arch/arm/mach-tegra/cpuidle.c 	switch (tegra_get_chip_id()) {
tegra_get_chip_id   63 arch/arm/mach-tegra/hotplug.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) && tegra_get_chip_id() == TEGRA20)
tegra_get_chip_id   65 arch/arm/mach-tegra/hotplug.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) && tegra_get_chip_id() == TEGRA30)
tegra_get_chip_id   67 arch/arm/mach-tegra/hotplug.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) && tegra_get_chip_id() == TEGRA114)
tegra_get_chip_id   69 arch/arm/mach-tegra/hotplug.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC) && tegra_get_chip_id() == TEGRA124)
tegra_get_chip_id  161 arch/arm/mach-tegra/platsmp.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) && tegra_get_chip_id() == TEGRA20)
tegra_get_chip_id  163 arch/arm/mach-tegra/platsmp.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) && tegra_get_chip_id() == TEGRA30)
tegra_get_chip_id  165 arch/arm/mach-tegra/platsmp.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) && tegra_get_chip_id() == TEGRA114)
tegra_get_chip_id  167 arch/arm/mach-tegra/platsmp.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC) && tegra_get_chip_id() == TEGRA124)
tegra_get_chip_id   50 arch/arm/mach-tegra/pm.c 	switch (tegra_get_chip_id()) {
tegra_get_chip_id  140 arch/arm/mach-tegra/pm.c 	else if (tegra_get_chip_id() == TEGRA20 && phy_cpu_id == 1)
tegra_get_chip_id  189 arch/arm/mach-tegra/pm.c 	switch (tegra_get_chip_id()) {
tegra_get_chip_id  268 arch/arm/mach-tegra/pm.c 	switch (tegra_get_chip_id()) {
tegra_get_chip_id  298 arch/arm/mach-tegra/pm.c 	switch (tegra_get_chip_id()) {
tegra_get_chip_id   78 drivers/soc/tegra/flowctrl.c 	switch (tegra_get_chip_id()) {
tegra_get_chip_id  119 drivers/soc/tegra/flowctrl.c 	switch (tegra_get_chip_id()) {
tegra_get_chip_id  226 drivers/soc/tegra/fuse/fuse-tegra.c 	attr->soc_id = kasprintf(GFP_KERNEL, "%u", tegra_get_chip_id());
tegra_get_chip_id  259 drivers/soc/tegra/fuse/fuse-tegra.c 			u8 chip = tegra_get_chip_id();
tegra_get_chip_id   23 include/soc/tegra/fuse.h u8 tegra_get_chip_id(void);