Home
last modified time | relevance | path

Searched refs:get_cpu_rev (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Dsys_proto.h15 #define soc_rev() (get_cpu_rev() & 0xFF)
22 #define get_cpu_type() (cpu_type(get_cpu_rev()))
23 #define get_soc_type() (soc_type(get_cpu_rev()))
103 u32 get_cpu_rev(void);
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dsys_info.c122 u32 get_cpu_rev(void) in get_cpu_rev() function
267 if ((get_cpu_rev() >= CPU_3XX_ES31) && in print_cpuinfo()
365 rev_s_37xx[get_cpu_rev()], max_clk); in print_cpuinfo()
369 rev_s[get_cpu_rev()], max_clk); in print_cpuinfo()
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dsys_info.c27 u32 get_cpu_rev(void) in get_cpu_rev() function
119 if (get_cpu_rev() < ARRAY_SIZE(cpu_revs)) in print_cpuinfo()
120 rev_s = cpu_rev_arr[get_cpu_rev()]; in print_cpuinfo()
/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/
H A Dsoc.c20 u32 get_cpu_rev(void) in get_cpu_rev() function
29 return get_cpu_rev(); in get_board_rev()
131 cpurev = get_cpu_rev(); in print_cpuinfo()
/openbmc/u-boot/arch/arm/mach-imx/mx5/
H A Dsoc.c22 u32 get_cpu_rev(void) in get_cpu_rev() function
61 return get_cpu_rev(); in get_board_rev()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dmxs.c124 u32 get_cpu_rev(void) in get_cpu_rev() function
172 cpurev = get_cpu_rev(); in print_cpuinfo()
/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/
H A Dsys_proto.h15 u32 get_cpu_rev(void);
/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/
H A Dgeneric.c167 u32 get_cpu_rev(void) in get_cpu_rev() function
209 u32 srev = get_cpu_rev(); in print_cpuinfo()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/
H A Dgeneric.c152 u32 get_cpu_rev(void) in get_cpu_rev() function
206 u32 cpurev = get_cpu_rev(); in print_cpuinfo()
/openbmc/u-boot/arch/arm/mach-imx/mx7/
H A Dsoc.c146 u32 get_cpu_rev(void) in get_cpu_rev() function
163 return get_cpu_rev(); in get_board_rev()
/openbmc/u-boot/arch/arm/mach-stm32mp/
H A Dcpu.c201 u32 get_cpu_rev(void) in get_cpu_rev() function
225 switch (get_cpu_rev()) { in print_cpuinfo()
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dsys_proto.h15 u32 get_cpu_rev(void);
/openbmc/u-boot/board/embest/mx6boards/
H A Dmx6boards.c520 u32 cputype = cpu_type(get_cpu_rev()); in board_early_init_f()
607 printf("unknown - cputype : %02x\n", cpu_type(get_cpu_rev())); in checkboard()
617 u32 cputype = cpu_type(get_cpu_rev()); in board_init_f()
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dsys_proto.h53 u32 get_cpu_rev(void);
/openbmc/u-boot/board/CarMediaLab/flea3/
H A Dflea3.c199 return (get_cpu_rev() & ~(0xF << 8)) | (rev & 0xF) << 8; in get_board_rev()
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dboot-common.c74 if (get_cpu_rev() != 1) { in save_omap_boot_params()
/openbmc/u-boot/arch/arm/mach-imx/mx6/
H A Dsoc.c66 u32 get_cpu_rev(void) in get_cpu_rev() function
215 u32 cpurev = get_cpu_rev(); in get_board_rev()
/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c52 u32 get_cpu_rev(void) in get_cpu_rev() function
422 u32 srev = get_cpu_rev(); in print_cpuinfo()
/openbmc/u-boot/board/woodburn/
H A Dwoodburn.c249 return (get_cpu_rev() & ~(0xF << 8)) | (rev & 0xF) << 8; in get_board_rev()
/openbmc/u-boot/arch/arm/mach-imx/imx8m/
H A Dsoc.c133 u32 get_cpu_rev(void) in get_cpu_rev() function
/openbmc/u-boot/board/freescale/imx8mq_evk/
H A Dspl.c33 if ((get_cpu_rev() & 0xfff) == CHIP_REV_2_1) in spl_dram_init()
/openbmc/u-boot/board/technologic/ts4800/
H A Dts4800.c49 u32 rev = get_cpu_rev(); in get_board_rev()
/openbmc/u-boot/board/tqc/tqma6/
H A Dtqma6.c216 u32 cpurev = get_cpu_rev(); in tqma6_get_boardname()
/openbmc/u-boot/arch/arm/mach-imx/imx8/
H A Dcpu.c515 u32 get_cpu_rev(void) in get_cpu_rev() function
639 cpurev = get_cpu_rev(); in imx8_cpu_probe()
/openbmc/u-boot/board/beckhoff/mx53cx9020/
H A Dmx53cx9020.c70 return (get_cpu_rev() & ~(0xF << 8)) | (rev & 0xF) << 8; in get_board_rev()

12