Home
last modified time | relevance | path

Searched refs:MXC_SOC_MX6 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dcpu.h33 #define MXC_SOC_MX6 0x60 macro
/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Dsys_proto.h27 #define is_mx6() (is_soc_type(MXC_SOC_MX6))
/openbmc/u-boot/drivers/thermal/
H A Dimx_thermal.c244 if (is_soc_type(MXC_SOC_MX6)) { in imx_thermal_probe()
/openbmc/u-boot/arch/arm/mach-imx/
H A Dhab.c641 if (is_soc_type(MXC_SOC_MX6) && get_cr() & CR_M) { in imx_hab_authenticate_image()