Home
last modified time | relevance | path

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

/u-boot/drivers/clk/
A Dmpc83xx_clk.h185 static int retrieve_mode(int clk, int soc_type, struct clk_mode *mode) in retrieve_mode() argument
207 if (soc_type == SOC_MPC8313) /* I2C and TSEC2 are the same register */ in retrieve_mode()
219 if (soc_type == SOC_MPC8349) in retrieve_mode()
231 if (soc_type == SOC_MPC8313 || soc_type == SOC_MPC8349) in retrieve_mode()
247 if (soc_type == SOC_MPC8379) { in retrieve_mode()
262 __func__, clk, soc_type); in retrieve_mode()
/u-boot/arch/arm/cpu/armv7/vf610/
A Dgeneric.c29 static char soc_type[] = "xx0"; variable
315 soc_type, mxc_get_clock(MXC_ARM_CLK) / 1000000); in print_cpuinfo()
326 soc_type[0] = mscm->cpxcount ? '6' : '5'; /*Dual Core => VF6x0 */ in arch_cpu_init()
327 soc_type[1] = mscm->cpxcfg1 ? '1' : '0'; /* L2 Cache => VFx10 */ in arch_cpu_init()
338 strcat(soc, soc_type); in arch_misc_init()
/u-boot/arch/powerpc/include/asm/arch-mpc83xx/
A Dsoc.h10 enum soc_type { enum
/u-boot/arch/arm/mach-tegra/
A Dcpu.c234 int soc_type, sku_info, chip_sku; in init_pllx() local
240 soc_type = tegra_get_chip(); in init_pllx()
241 debug("%s: SoC = 0x%02X\n", __func__, soc_type); in init_pllx()
/u-boot/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()))
/u-boot/doc/
A DREADME.socfpga112 <soc_type> \
119 soc_type - Type of SoC, either 'cyclone5' or 'arria5'.

Completed in 6 milliseconds