| /u-boot/board/renesas/ulcb/ |
| A D | ulcb.c | 72 u32 cpu_type = rmobile_get_cpu_type(); in board_fit_config_name_match() local 74 if ((cpu_type == RMOBILE_CPU_TYPE_R8A7795) && in board_fit_config_name_match() 78 if ((cpu_type == RMOBILE_CPU_TYPE_R8A7796) && in board_fit_config_name_match() 82 if ((cpu_type == RMOBILE_CPU_TYPE_R8A77965) && in board_fit_config_name_match()
|
| /u-boot/board/renesas/salvator-x/ |
| A D | salvator-x.c | 90 u32 cpu_type = rmobile_get_cpu_type(); in board_fit_config_name_match() local 92 if ((cpu_type == RMOBILE_CPU_TYPE_R8A7795) && in board_fit_config_name_match() 96 if ((cpu_type == RMOBILE_CPU_TYPE_R8A7796) && in board_fit_config_name_match() 100 if ((cpu_type == RMOBILE_CPU_TYPE_R8A77965) && in board_fit_config_name_match()
|
| /u-boot/arch/arm/mach-mvebu/alleycat5/ |
| A D | soc.c | 180 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 185 mask = soc_sar_masks_tbl[cpu_type][sar_opt]; in get_one_sar_freq() 187 *freq = pll_freq_tbl[cpu_type][sar_opt][choice]; in get_one_sar_freq() 192 int cpu_type; in get_sar_freq() local 197 cpu_type = (soc_type & 0xFF00) == AC5X_DEV_ID ? CPU_TYPE_AC5x : CPU_TYPE_AC5; in get_sar_freq() 199 get_one_sar_freq(cpu_type, sar_reg_val, SAR_CPU_FREQ, &sar_freq->p_clk); in get_sar_freq() 200 get_one_sar_freq(cpu_type, sar_reg_val, SAR_AP_FABRIC_FREQ, &sar_freq->nb_clk); in get_sar_freq() 201 get_one_sar_freq(cpu_type, sar_reg_val, SAR_DDR_FREQ, &sar_freq->d_clk); in get_sar_freq()
|
| /u-boot/arch/arm/mach-rmobile/ |
| A D | cpu_info.c | 62 u16 cpu_type; member 87 u32 cpu_type = rmobile_get_cpu_type(); in rmobile_cpuinfo_idx() local 90 if (rmobile_cpuinfo[i].cpu_type == cpu_type) in rmobile_cpuinfo_idx() 123 if (rmobile_cpuinfo[i].cpu_type == RMOBILE_CPU_TYPE_R8A7796 && in print_cpuinfo()
|
| /u-boot/arch/powerpc/cpu/mpc8xxx/ |
| A D | cpu.c | 26 static struct cpu_type cpu_type_list[] = { 218 static struct cpu_type cpu_type_unknown = CPU_TYPE_ENTRY(Unknown, Unknown, 0); 220 struct cpu_type *identify_cpu(u32 ver) in identify_cpu() 239 struct cpu_type *cpu = gd->arch.cpu; in cpu_mask() 256 struct cpu_type *cpu = gd->arch.cpu; in cpu_dsp_mask() 274 struct cpu_type *cpu = gd->arch.cpu; in cpu_num_dspcores() 292 struct cpu_type *cpu = gd->arch.cpu; in cpu_numcores() 331 struct cpu_type *cpu = gd->arch.cpu; in fixup_cpu()
|
| /u-boot/arch/arm/mach-stm32mp/ |
| A D | stm32mp15x.c | 274 u32 cpu_type = get_cpu_type(); in get_cpu_string_offsets() local 275 u32 ct = cpu_type & ~(BIT(7) | BIT(0)); in get_cpu_string_offsets() 276 u32 cm = ((cpu_type & BIT(7)) >> 6) | (cpu_type & BIT(0)); in get_cpu_string_offsets()
|
| /u-boot/board/renesas/blanche/ |
| A D | blanche.c | 53 u32 cpu_type; in blanche_init_sys() local 55 cpu_type = rmobile_get_cpu_type(); in blanche_init_sys() 56 if (cpu_type == 0x4A) { in blanche_init_sys()
|
| /u-boot/board/embest/mx6boards/ |
| A D | mx6boards.c | 363 u32 cputype = cpu_type(get_cpu_rev()); in board_early_init_f() 451 printf("unknown - cputype : %02x\n", cpu_type(get_cpu_rev())); in checkboard() 461 u32 cputype = cpu_type(get_cpu_rev()); in board_init_f()
|
| /u-boot/board/freescale/p1010rdb/ |
| A D | ddr.c | 75 struct cpu_type *cpu; in fsl_ddr_board_options()
|
| A D | p1010rdb.c | 406 struct cpu_type *cpu; in checkboard() 561 struct cpu_type *cpu; in ft_board_setup()
|
| /u-boot/board/freescale/t104xrdb/ |
| A D | t104xrdb.c | 34 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
|
| /u-boot/board/freescale/t4rdb/ |
| A D | t4240rdb.c | 33 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
|
| /u-boot/board/freescale/t208xrdb/ |
| A D | t208xrdb.c | 47 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
|
| /u-boot/board/gateworks/gw_ventana/ |
| A D | eeprom.h | 26 u8 cpu_type; /* 0x2F: 7=imx6q, 8=imx6dl */ member
|
| /u-boot/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()))
|
| /u-boot/arch/powerpc/cpu/mpc83xx/ |
| A D | cpu.c | 46 const struct cpu_type { in checkcpu() struct
|
| /u-boot/board/freescale/p2041rdb/ |
| A D | p2041rdb.c | 34 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
|
| /u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
| A D | soc.h | 49 struct cpu_type { struct
|
| /u-boot/board/freescale/t102xrdb/ |
| A D | ddr.c | 59 struct cpu_type *cpu = gd->arch.cpu; in fsl_ddr_board_options()
|
| A D | t102xrdb.c | 50 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
|
| /u-boot/board/freescale/t208xqds/ |
| A D | t208xqds.c | 40 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
|
| /u-boot/drivers/clk/stm32/ |
| A D | clk-stm32mp1.c | 1221 bool stm32mp1_supports_opp(u32 opp_id, u32 cpu_type) in stm32mp1_supports_opp() argument 1235 switch (cpu_type) { in stm32mp1_supports_opp() 1257 static int stm32mp1_get_opp(u32 cpu_type, ofnode subnode, in stm32mp1_get_opp() argument 1269 if (!stm32mp1_supports_opp(opp_hw, cpu_type)) in stm32mp1_get_opp() 1304 u32 cpu_type = get_cpu_type(); in stm32mp1_get_max_opp_freq() local 1314 ret = stm32mp1_get_opp(cpu_type, subnode, in stm32mp1_get_max_opp_freq()
|
| /u-boot/arch/powerpc/include/asm/ |
| A D | processor.h | 1142 struct cpu_type { struct 1153 struct cpu_type *identify_cpu(u32 ver); argument
|
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | cpu.c | 57 struct cpu_type *cpu; in checkcpu()
|
| A D | fdt.c | 192 struct cpu_type *cpu = identify_cpu(SVR_SOC_VER(get_svr())); in ft_fixup_l2cache_compatible()
|