Home
last modified time | relevance | path

Searched refs:is_soc_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Dsys_proto.h25 #define is_soc_type(soc) (get_soc_type() == soc) macro
27 #define is_mx6() (is_soc_type(MXC_SOC_MX6))
28 #define is_mx7() (is_soc_type(MXC_SOC_MX7))
29 #define is_imx8m() (is_soc_type(MXC_SOC_IMX8M))
30 #define is_imx8() (is_soc_type(MXC_SOC_IMX8))
/openbmc/u-boot/drivers/thermal/
H A Dimx_thermal.c244 if (is_soc_type(MXC_SOC_MX6)) { in imx_thermal_probe()
251 } else if (is_soc_type(MXC_SOC_MX7)) { in imx_thermal_probe()
/openbmc/u-boot/arch/arm/mach-imx/
H A Dhab.c22 (is_soc_type(MXC_SOC_MX7ULP) ? 0x80000000 : \
23 (is_soc_type(MXC_SOC_MX7) ? 0x2000000 : 0x2))
641 if (is_soc_type(MXC_SOC_MX6) && get_cr() & CR_M) { in imx_hab_authenticate_image()