Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-imx/
Dcpu.h52 #define CHIP_REV_2_0 0x20 macro
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/imx8m/
Dsoc.c221 if (rom_version == CHIP_REV_2_0) in get_cpu_rev()
222 reg = CHIP_REV_2_0; in get_cpu_rev()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/mx5/
Dsoc.c41 system_rev |= CHIP_REV_2_0; in get_cpu_rev()
/third_party/uboot/u-boot-2020.01/drivers/misc/
Dmxc_ocotp.c362 if ((soc_rev() < CHIP_REV_2_0) || in prepare_write()
363 ((soc_rev() >= CHIP_REV_2_0) && in prepare_write()
/third_party/uboot/u-boot-2020.01/board/freescale/mx53evk/
Dmx53evk.c102 if (is_soc_rev(CHIP_REV_2_0) == 0) { in power_init()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/mx7ulp/
Dsoc.c167 if (soc_rev() < CHIP_REV_2_0) { in s_init()
Dscg.c419 if (soc_rev() >= CHIP_REV_2_0) in scg_nic_get_rate()
1050 if (soc_rev() >= CHIP_REV_2_0) { in scg_a7_init_core_clk()
/third_party/uboot/u-boot-2020.01/board/freescale/mx35pdk/
Dlowlevel_init.S58 cmp r1, #CHIP_REV_2_0
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-mx35/
Dimx-regs.h199 #define CHIP_REV_2_0 0x20 macro