Home
last modified time | relevance | path

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

/arch/arm/mach-mvebu/alleycat5/
A Dsoc.c192 u32 soc_type, rev; in get_sar_freq() local
195 get_soc_type_rev(&soc_type, &rev); in get_sar_freq()
196 cpu_type = (soc_type & 0xFF00) == AC5X_DEV_ID ? CPU_TYPE_AC5x : CPU_TYPE_AC5; in get_sar_freq()
205 u32 soc_type; in get_soc_table_index() local
209 get_soc_type_rev(&soc_type, &rev); in get_soc_table_index()
212 if (soc_type != soc_info_table[i].dev_id || in get_soc_table_index()
220 if (ret && ((soc_type & 0xFF00) == AC5X_DEV_ID)) in get_soc_table_index()
/arch/arm/cpu/armv7/vf610/
A Dgeneric.c28 static char soc_type[] = "xx0"; variable
314 soc_type, mxc_get_clock(MXC_ARM_CLK) / 1000000); in print_cpuinfo()
325 soc_type[0] = mscm->cpxcount ? '6' : '5'; /*Dual Core => VF6x0 */ in arch_cpu_init()
326 soc_type[1] = mscm->cpxcfg1 ? '1' : '0'; /* L2 Cache => VFx10 */ in arch_cpu_init()
337 strcat(soc, soc_type); in arch_misc_init()
/arch/arm/mach-stm32mp/stm32mp1/
A Dstm32mp15x.c275 static const char * const soc_type[] = { variable
341 soc_type[type], soc_pkg[pkg], soc_rev[rev]); in get_soc_name()
354 soc_type[type], soc_pkg[pkg]); in get_soc_name()
364 env_set("soc_type", soc_type[type]); in setup_soc_type_pkg_rev()
/arch/powerpc/include/asm/arch-mpc83xx/
A Dsoc.h10 enum soc_type { enum
/arch/arm/mach-tegra/
A Dcpu.c275 int soc_type, sku_info, chip_sku; in init_pllx() local
281 soc_type = tegra_get_chip(); in init_pllx()
282 debug("%s: SoC = 0x%02X\n", __func__, soc_type); in init_pllx()
/arch/arm/include/asm/mach-imx/
A Dsys_proto.h23 #define soc_type(rev) (((rev) >> 12) & 0xf0) macro
26 #define get_soc_type() (soc_type(get_cpu_rev()))

Completed in 16 milliseconds