Home
last modified time | relevance | path

Searched refs:CHIP_REV_1_1 (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-imx/
Dcpu.h49 #define CHIP_REV_1_1 0x11 macro
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/mx5/
Dsoc.c35 system_rev |= CHIP_REV_1_1; in get_cpu_rev()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/mx7/
Dsoc.c180 if (soc_rev() >= CHIP_REV_1_1) { in imx_enet_mdio_fixup()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm926ejs/mx25/
Dgeneric.c167 system_rev |= CHIP_REV_1_1; in get_cpu_rev()
/third_party/uboot/u-boot-2020.01/drivers/thermal/
Dimx_thermal.c177 if (soc_rev() >= CHIP_REV_1_1) { in read_cpu_temperature()