Home
last modified time | relevance | path

Searched refs:cpu_type (Results 1 – 25 of 26) sorted by relevance

12

/u-boot/board/renesas/ulcb/
A Dulcb.c72 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 Dsalvator-x.c90 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 Dsoc.c180 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 Dcpu_info.c62 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 Dcpu.c26 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 Dstm32mp15x.c274 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 Dblanche.c53 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 Dmx6boards.c363 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 Dddr.c75 struct cpu_type *cpu; in fsl_ddr_board_options()
A Dp1010rdb.c406 struct cpu_type *cpu; in checkboard()
561 struct cpu_type *cpu; in ft_board_setup()
/u-boot/board/freescale/t104xrdb/
A Dt104xrdb.c34 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
/u-boot/board/freescale/t4rdb/
A Dt4240rdb.c33 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
/u-boot/board/freescale/t208xrdb/
A Dt208xrdb.c47 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
/u-boot/board/gateworks/gw_ventana/
A Deeprom.h26 u8 cpu_type; /* 0x2F: 7=imx6q, 8=imx6dl */ member
/u-boot/arch/arm/include/asm/mach-imx/
A Dsys_proto.h22 #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 Dcpu.c46 const struct cpu_type { in checkcpu() struct
/u-boot/board/freescale/p2041rdb/
A Dp2041rdb.c34 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
A Dsoc.h49 struct cpu_type { struct
/u-boot/board/freescale/t102xrdb/
A Dddr.c59 struct cpu_type *cpu = gd->arch.cpu; in fsl_ddr_board_options()
A Dt102xrdb.c50 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
/u-boot/board/freescale/t208xqds/
A Dt208xqds.c40 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
/u-boot/drivers/clk/stm32/
A Dclk-stm32mp1.c1221 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 Dprocessor.h1142 struct cpu_type { struct
1153 struct cpu_type *identify_cpu(u32 ver); argument
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dcpu.c57 struct cpu_type *cpu; in checkcpu()
A Dfdt.c192 struct cpu_type *cpu = identify_cpu(SVR_SOC_VER(get_svr())); in ft_fixup_l2cache_compatible()

Completed in 802 milliseconds

12