Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/tegra/fuse/
H A Dtegra-apbmisc.c55 u8 tegra_get_platform(void) in tegra_get_platform() function
66 if (tegra_get_platform() == 0) in tegra_is_silicon()
160 tegra_sku_info.platform = tegra_get_platform(); in tegra_init_revision()
H A Dfuse-tegra.c356 return sprintf(buf, "%d\n", tegra_get_platform()); in platform_show()
/openbmc/linux/include/soc/tegra/
H A Dfuse.h75 u8 tegra_get_platform(void);
106 static inline u8 tegra_get_platform(void) in tegra_get_platform() function