OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tegra_get_chip
(Results
1 - 5
of
5
) sorted by null
/external/u-boot/arch/arm/mach-tegra/
cache.c
25
if (
tegra_get_chip
() < CHIPID_TEGRA114)
ap.c
22
int
tegra_get_chip
(void)
function
54
chip_id =
tegra_get_chip
();
117
if (
tegra_get_chip
() != CHIPID_TEGRA20)
cpu.h
73
int
tegra_get_chip
(void);
cpu.c
174
int chip =
tegra_get_chip
();
238
soc_type =
tegra_get_chip
();
/external/u-boot/arch/arm/include/asm/arch-tegra/
ap.h
54
int
tegra_get_chip
(void);
Completed in 213 milliseconds