Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/cpu/armv7/vf610/
Dgeneric.c21 static char soc_type[] = "xx0"; variable
307 soc_type, mxc_get_clock(MXC_ARM_CLK) / 1000000); in print_cpuinfo()
318 soc_type[0] = mscm->cpxcount ? '6' : '5'; /*Dual Core => VF6x0 */ in arch_cpu_init()
319 soc_type[1] = mscm->cpxcfg1 ? '1' : '0'; /* L2 Cache => VFx10 */ in arch_cpu_init()
330 strcat(soc, soc_type); in arch_misc_init()
/external/u-boot/arch/arm/include/asm/mach-imx/
Dsys_proto.h20 #define soc_type(rev) (((rev) >> 12) & 0xf0) macro
23 #define get_soc_type() (soc_type(get_cpu_rev()))
/external/u-boot/arch/arm/mach-tegra/
Dcpu.c232 int soc_type, sku_info, chip_sku; in init_pllx() local
238 soc_type = tegra_get_chip(); in init_pllx()
239 debug("%s: SoC = 0x%02X\n", __func__, soc_type); in init_pllx()
/external/u-boot/doc/
DREADME.socfpga112 <soc_type> \
119 soc_type - Type of SoC, either 'cyclone5' or 'arria5'.