Home
last modified time | relevance | path

Searched refs:get_cpu_type (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dsys_info.c58 u32 get_cpu_type(void) in get_cpu_type() function
250 switch (get_cpu_type()) { in print_cpuinfo()
276 switch (get_cpu_type()) { in print_cpuinfo()
290 switch (get_cpu_type()) { in print_cpuinfo()
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dsys_info.c41 u32 get_cpu_type(void) in get_cpu_type() function
103 switch (get_cpu_type()) { in print_cpuinfo()
/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Dsys_proto.h22 #define get_cpu_type() (cpu_type(get_cpu_rev())) macro
24 #define is_cpu_type(cpu) (get_cpu_type() == cpu)
/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/
H A Dsys_proto.h9 u32 get_cpu_type(void);
/openbmc/u-boot/arch/arm/mach-stm32mp/
H A Dcpu.c206 u32 get_cpu_type(void) in get_cpu_type() function
216 switch (get_cpu_type()) { in print_cpuinfo()
/openbmc/u-boot/board/compulab/cm_fx6/
H A Dspl.c231 switch (get_cpu_type()) { in cm_fx6_spl_dram_init()
/openbmc/u-boot/board/dhelectronics/dh_imx6/
H A Ddh_imx6.c401 switch (get_cpu_type()) { in board_late_init()
/openbmc/u-boot/board/freescale/mx6memcal/
H A Dspl.c424 get_cpu_type()); in board_init_f()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c5223 int get_cpu_type(struct thread_data *t, struct core_data *c, struct pkg_data *p) in get_cpu_type() function
6151 for_all_cpus(get_cpu_type, ODD_COUNTERS); in turbostat_init()
6152 for_all_cpus(get_cpu_type, EVEN_COUNTERS); in turbostat_init()