Home
last modified time | relevance | path

Searched refs:cpu_type (Results 1 – 25 of 32) sorted by relevance

12

/rk3399_rockchip-uboot/arch/arm/mach-rmobile/
H A Dcpu_info.c49 u16 cpu_type; member
67 u32 cpu_type = rmobile_get_cpu_type(); in print_cpuinfo() local
69 if (rmobile_cpuinfo[i].cpu_type == cpu_type) { in print_cpuinfo()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/
H A Dcpu.c22 static struct cpu_type cpu_type_list[] = {
214 static struct cpu_type cpu_type_unknown = CPU_TYPE_ENTRY(Unknown, Unknown, 0);
216 struct cpu_type *identify_cpu(u32 ver) in identify_cpu()
235 struct cpu_type *cpu = gd->arch.cpu; in cpu_mask()
252 struct cpu_type *cpu = gd->arch.cpu; in cpu_dsp_mask()
270 struct cpu_type *cpu = gd->arch.cpu; in cpu_num_dspcores()
288 struct cpu_type *cpu = gd->arch.cpu; in cpu_numcores()
327 struct cpu_type *cpu = gd->arch.cpu; in fixup_cpu()
/rk3399_rockchip-uboot/board/freescale/c29xpcie/
H A Dc29xpcie.c30 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
135 struct cpu_type *cpu; in ft_board_setup()
/rk3399_rockchip-uboot/board/freescale/p1010rdb/
H A Dddr.c83 struct cpu_type *cpu; in get_sdram_size()
106 struct cpu_type *cpu; in fixed_sdram()
210 struct cpu_type *cpu; in fsl_ddr_board_options()
H A Dp1010rdb.c273 struct cpu_type *cpu; in checkboard()
334 struct cpu_type *cpu; in board_eth_init()
450 struct cpu_type *cpu; in ft_board_setup()
/rk3399_rockchip-uboot/arch/arm/include/asm/mach-imx/
H A Dsys_proto.h20 #define cpu_type(rev) (((rev) >> 12) & 0xff) macro
23 #define get_cpu_type() (cpu_type(get_cpu_rev()))
/rk3399_rockchip-uboot/board/freescale/t4qds/
H A Dt4240emu.c24 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
/rk3399_rockchip-uboot/board/freescale/bsc9131rdb/
H A Dbsc9131rdb.c47 struct cpu_type *cpu; in checkboard()
/rk3399_rockchip-uboot/board/freescale/t4rdb/
H A Dt4240rdb.c29 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
/rk3399_rockchip-uboot/board/freescale/t208xrdb/
H A Dt208xrdb.c27 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A Dventana_eeprom.h24 u8 cpu_type; /* 0x2F: 7=imx6q, 8=imx6dl */ member
/rk3399_rockchip-uboot/board/freescale/t104xrdb/
H A Dt104xrdb.c29 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
/rk3399_rockchip-uboot/board/renesas/blanche/
H A Dblanche.c121 u32 cpu_type; in s_init() local
123 cpu_type = rmobile_get_cpu_type(); in s_init()
124 if (cpu_type == 0x4A) { in s_init()
/rk3399_rockchip-uboot/board/freescale/t102xqds/
H A Dddr.c66 struct cpu_type *cpu = gd->arch.cpu; in fsl_ddr_board_options()
H A Dt102xqds.c31 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dsoc.h45 struct cpu_type { struct
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/
H A Dcpu.c39 const struct cpu_type { in checkcpu() struct
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/
H A Dcpu.c40 struct cpu_type *cpu; in checkcpu()
/rk3399_rockchip-uboot/board/freescale/p2041rdb/
H A Dp2041rdb.c29 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
/rk3399_rockchip-uboot/board/freescale/corenet_ds/
H A Dcorenet_ds.c28 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
/rk3399_rockchip-uboot/board/freescale/t102xrdb/
H A Dddr.c56 struct cpu_type *cpu = gd->arch.cpu; in fsl_ddr_board_options()
H A Dt102xrdb.c45 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
/rk3399_rockchip-uboot/board/freescale/t1040qds/
H A Dt1040qds.c33 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
/rk3399_rockchip-uboot/board/embest/mx6boards/
H A Dmx6boards.c520 u32 cputype = cpu_type(get_cpu_rev()); in board_early_init_f()
607 printf("unknown - cputype : %02x\n", cpu_type(get_cpu_rev())); in checkboard()
/rk3399_rockchip-uboot/board/freescale/t208xqds/
H A Dt208xqds.c32 struct cpu_type *cpu = gd->arch.cpu; in checkboard()

12