Searched defs:cpu_type (Results 1 – 7 of 7) sorted by relevance
39 const struct cpu_type { in checkcpu() struct40 char name[15]; in checkcpu()41 u32 partid; in checkcpu()
49 u16 cpu_type; member67 u32 cpu_type = rmobile_get_cpu_type(); in print_cpuinfo() local
45 struct cpu_type { struct46 char name[15];47 u32 soc_ver;48 u32 num_cores;
20 #define cpu_type(rev) (((rev) >> 12) & 0xff) macro
121 u32 cpu_type; in s_init() local
24 u8 cpu_type; /* 0x2F: 7=imx6q, 8=imx6dl */ member
1179 struct cpu_type { struct1190 struct cpu_type *identify_cpu(u32 ver); argument