Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dmpc83xx_clk.h184 static int retrieve_mode(int clk, int soc_type, struct clk_mode *mode) in retrieve_mode() argument
206 if (soc_type == SOC_MPC8313) /* I2C and TSEC2 are the same register */ in retrieve_mode()
218 if (soc_type == SOC_MPC8349) in retrieve_mode()
230 if (soc_type == SOC_MPC8313 || soc_type == SOC_MPC8349) in retrieve_mode()
246 if (soc_type == SOC_MPC8379) { in retrieve_mode()
261 __func__, clk, soc_type); in retrieve_mode()
/openbmc/u-boot/arch/arm/cpu/armv7/vf610/
H A 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()
/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Dsys_proto.h20 #define soc_type(rev) (((rev) >> 12) & 0xf0) macro
23 #define get_soc_type() (soc_type(get_cpu_rev()))
/openbmc/u-boot/arch/arm/mach-tegra/
H A 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()
/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc83xx/
H A Dsoc.h10 enum soc_type { enum
/openbmc/qemu/include/hw/arm/
H A Dnpcm8xx.h71 const char *soc_type; member
H A Dnpcm7xx.h73 const char *soc_type; member
/openbmc/qemu/hw/arm/
H A Dnpcm8xx_boards.c87 obj = object_new_with_props(nmc->soc_type, OBJECT(machine), "soc", in npcm8xx_create_soc()
208 nmc->soc_type = type; in npcm8xx_set_soc_type()
H A Dnpcm7xx_boards.c126 obj = object_new_with_props(nmc->soc_type, OBJECT(machine), "soc", in npcm7xx_create_soc()
452 nmc->soc_type = type; in npcm7xx_set_soc_type()
/openbmc/u-boot/doc/
H A DREADME.socfpga112 <soc_type> \
119 soc_type - Type of SoC, either 'cyclone5' or 'arria5'.