Searched refs:soc_type (Results 1 – 4 of 4) sorted by relevance
21 static char soc_type[] = "xx0"; variable307 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()
20 #define soc_type(rev) (((rev) >> 12) & 0xf0) macro23 #define get_soc_type() (soc_type(get_cpu_rev()))
232 int soc_type, sku_info, chip_sku; in init_pllx() local238 soc_type = tegra_get_chip(); in init_pllx()239 debug("%s: SoC = 0x%02X\n", __func__, soc_type); in init_pllx()
112 <soc_type> \119 soc_type - Type of SoC, either 'cyclone5' or 'arria5'.