Home
last modified time | relevance | path

Searched defs:cpu_type (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/
H A Dcpu.c39 const struct cpu_type { in checkcpu() struct
40 char name[15]; in checkcpu()
41 u32 partid; in checkcpu()
/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
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dsoc.h45 struct cpu_type { struct
46 char name[15];
47 u32 soc_ver;
48 u32 num_cores;
/rk3399_rockchip-uboot/arch/arm/include/asm/mach-imx/
H A Dsys_proto.h20 #define cpu_type(rev) (((rev) >> 12) & 0xff) macro
/rk3399_rockchip-uboot/board/renesas/blanche/
H A Dblanche.c121 u32 cpu_type; in s_init() local
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A Dventana_eeprom.h24 u8 cpu_type; /* 0x2F: 7=imx6q, 8=imx6dl */ member
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dprocessor.h1179 struct cpu_type { struct
1190 struct cpu_type *identify_cpu(u32 ver); argument