Searched refs:cpu_type (Results 1 – 12 of 12) sorted by relevance
| /arch/arm/mach-mvebu/alleycat5/ |
| A D | soc.c | 179 static void get_one_sar_freq(int cpu_type, u32 sar_reg_val, enum mvebu_sar_opts sar_opt, u32 *freq) in get_one_sar_freq() argument 184 mask = soc_sar_masks_tbl[cpu_type][sar_opt]; in get_one_sar_freq() 186 *freq = pll_freq_tbl[cpu_type][sar_opt][choice]; in get_one_sar_freq() 191 int cpu_type; in get_sar_freq() local 196 cpu_type = (soc_type & 0xFF00) == AC5X_DEV_ID ? CPU_TYPE_AC5x : CPU_TYPE_AC5; in get_sar_freq() 198 get_one_sar_freq(cpu_type, sar_reg_val, SAR_CPU_FREQ, &sar_freq->p_clk); in get_sar_freq() 199 get_one_sar_freq(cpu_type, sar_reg_val, SAR_AP_FABRIC_FREQ, &sar_freq->nb_clk); in get_sar_freq() 200 get_one_sar_freq(cpu_type, sar_reg_val, SAR_DDR_FREQ, &sar_freq->d_clk); in get_sar_freq()
|
| /arch/arm/mach-renesas/ |
| A D | cpu_info.c | 56 u16 cpu_type; member 80 u32 cpu_type = renesas_get_cpu_type(); in renesas_cpuinfo_idx() local 84 if (renesas_cpuinfo[i].cpu_type == cpu_type) in renesas_cpuinfo_idx() 118 if (renesas_cpuinfo[i].cpu_type == RENESAS_CPU_TYPE_R8A7796 && in print_cpuinfo()
|
| A D | cpu_info-rzg2l.c | 20 u32 cpu_type; member 52 return get_tfa_info()->cpu_type; in renesas_get_cpu_type()
|
| /arch/powerpc/cpu/mpc8xxx/ |
| A D | cpu.c | 25 static struct cpu_type cpu_type_list[] = { 217 static struct cpu_type cpu_type_unknown = CPU_TYPE_ENTRY(Unknown, Unknown, 0); 219 struct cpu_type *identify_cpu(u32 ver) in identify_cpu() 238 struct cpu_type *cpu = gd->arch.cpu; in cpu_mask() 255 struct cpu_type *cpu = gd->arch.cpu; in cpu_dsp_mask() 273 struct cpu_type *cpu = gd->arch.cpu; in cpu_num_dspcores() 291 struct cpu_type *cpu = gd->arch.cpu; in cpu_numcores() 329 struct cpu_type *cpu = gd->arch.cpu; in fixup_cpu()
|
| /arch/arm/mach-stm32mp/stm32mp1/ |
| A D | stm32mp15x.c | 288 u32 cpu_type = get_cpu_type(); in get_cpu_string_offsets() local 289 u32 ct = cpu_type & ~(BIT(7) | BIT(0)); in get_cpu_string_offsets() 290 u32 cm = ((cpu_type & BIT(7)) >> 6) | (cpu_type & BIT(0)); in get_cpu_string_offsets()
|
| /arch/powerpc/cpu/mpc83xx/ |
| A D | cpu.c | 45 const struct cpu_type { in checkcpu() struct
|
| /arch/arm/include/asm/mach-imx/ |
| A D | sys_proto.h | 22 #define cpu_type(rev) (((rev) >> 12) & 0x1ff) macro 25 #define get_cpu_type() (cpu_type(get_cpu_rev()))
|
| /arch/arm/include/asm/arch-fsl-layerscape/ |
| A D | soc.h | 49 struct cpu_type { struct
|
| /arch/powerpc/include/asm/ |
| A D | processor.h | 1142 struct cpu_type { struct 1153 struct cpu_type *identify_cpu(u32 ver); argument
|
| /arch/powerpc/cpu/mpc85xx/ |
| A D | cpu.c | 56 struct cpu_type *cpu; in checkcpu()
|
| A D | fdt.c | 193 struct cpu_type *cpu = identify_cpu(SVR_SOC_VER(get_svr())); in ft_fixup_l2cache_compatible()
|
| /arch/arm/cpu/armv8/fsl-layerscape/ |
| A D | cpu.c | 58 static struct cpu_type cpu_type_list[] = {
|
Completed in 29 milliseconds