Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/plat/nvidia/tegra/common/
A Dtegra_platform.c114 static tegra_platform_t tegra_get_platform(void) in tegra_get_platform() function
230 return ((tegra_get_platform() == TEGRA_PLATFORM_SILICON) ? true : false); in tegra_platform_is_silicon()
235 return ((tegra_get_platform() == TEGRA_PLATFORM_QT) ? true : false); in tegra_platform_is_qt()
240 tegra_platform_t plat = tegra_get_platform(); in tegra_platform_is_linsim()
248 return ((tegra_get_platform() == TEGRA_PLATFORM_FPGA) ? true : false); in tegra_platform_is_fpga()
253 return (tegra_get_platform() == TEGRA_PLATFORM_EMULATION); in tegra_platform_is_emulation()
258 return ((tegra_get_platform() == TEGRA_PLATFORM_UNIT_FPGA) ? true : false); in tegra_platform_is_unit_fpga()
263 return ((tegra_get_platform() == TEGRA_PLATFORM_VIRT_DEV_KIT) ? true : false); in tegra_platform_is_virt_dev_kit()

Completed in 19 milliseconds