Home
last modified time | relevance | path

Searched defs:cpu_type (Results 1 – 10 of 10) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc83xx/
A Dcpu.c46 const struct cpu_type { in checkcpu() struct
47 char name[15]; in checkcpu()
48 u32 partid; in checkcpu()
/u-boot/arch/arm/mach-rmobile/
A Dcpu_info.c57 u16 cpu_type; member
80 u32 cpu_type = rmobile_get_cpu_type(); in rmobile_cpuinfo_idx() local
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
A Dsoc.h49 struct cpu_type { struct
50 char name[15];
51 u32 soc_ver;
52 u32 num_cores;
/u-boot/board/renesas/ulcb/
A Dulcb.c75 u32 cpu_type = rmobile_get_cpu_type(); in board_fit_config_name_match() local
/u-boot/board/renesas/salvator-x/
A Dsalvator-x.c93 u32 cpu_type = rmobile_get_cpu_type(); in board_fit_config_name_match() local
/u-boot/board/renesas/blanche/
A Dblanche.c53 u32 cpu_type; in blanche_init_sys() local
/u-boot/arch/arm/include/asm/mach-imx/
A Dsys_proto.h22 #define cpu_type(rev) (((rev) >> 12) & 0x1ff) macro
/u-boot/arch/powerpc/include/asm/
A Dprocessor.h1177 struct cpu_type { struct
1188 struct cpu_type *identify_cpu(u32 ver); argument
/u-boot/board/gateworks/gw_ventana/
A Dventana_eeprom.h23 u8 cpu_type; /* 0x2F: 7=imx6q, 8=imx6dl */ member
/u-boot/drivers/clk/
A Dclk_stm32mp1.c1203 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