Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/nvidia/tegra/common/
Dtegra_platform.c121 static tegra_platform_t tegra_get_platform(void) in tegra_get_platform() function
237 return ((tegra_get_platform() == TEGRA_PLATFORM_SILICON) ? true : false); in tegra_platform_is_silicon()
242 return ((tegra_get_platform() == TEGRA_PLATFORM_QT) ? true : false); in tegra_platform_is_qt()
247 tegra_platform_t plat = tegra_get_platform(); in tegra_platform_is_linsim()
255 return ((tegra_get_platform() == TEGRA_PLATFORM_FPGA) ? true : false); in tegra_platform_is_fpga()
260 return (tegra_get_platform() == TEGRA_PLATFORM_EMULATION); in tegra_platform_is_emulation()
265 return ((tegra_get_platform() == TEGRA_PLATFORM_UNIT_FPGA) ? true : false); in tegra_platform_is_unit_fpga()
270 return ((tegra_get_platform() == TEGRA_PLATFORM_VIRT_DEV_KIT) ? true : false); in tegra_platform_is_virt_dev_kit()