Searched defs:cpu_type (Results 1 – 10 of 10) sorted by relevance
46 const struct cpu_type { in checkcpu() struct47 char name[15]; in checkcpu()48 u32 partid; in checkcpu()
57 u16 cpu_type; member80 u32 cpu_type = rmobile_get_cpu_type(); in rmobile_cpuinfo_idx() local
49 struct cpu_type { struct50 char name[15];51 u32 soc_ver;52 u32 num_cores;
75 u32 cpu_type = rmobile_get_cpu_type(); in board_fit_config_name_match() local
93 u32 cpu_type = rmobile_get_cpu_type(); in board_fit_config_name_match() local
53 u32 cpu_type; in blanche_init_sys() local
22 #define cpu_type(rev) (((rev) >> 12) & 0x1ff) macro
1177 struct cpu_type { struct1188 struct cpu_type *identify_cpu(u32 ver); argument
23 u8 cpu_type; /* 0x2F: 7=imx6q, 8=imx6dl */ member
1203 bool stm32mp1_supports_opp(u32 opp_id, u32 cpu_type) in stm32mp1_supports_opp()1239 static int stm32mp1_get_opp(u32 cpu_type, ofnode subnode, in stm32mp1_get_opp()1286 u32 cpu_type = get_cpu_type(); in stm32mp1_get_max_opp_freq() local
Completed in 22 milliseconds