Home
last modified time | relevance | path

Searched refs:SOC_MX6Q (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/arm/plat-imx/
H A Dimx-common.c141 return (imx_soc_type() == SOC_MX6Q) && (imx_soc_rev_major() == 0); in soc_is_imx6dq()
146 return (imx_soc_type() == SOC_MX6Q) && (imx_soc_rev_major() == 1); in soc_is_imx6dqp()
156 (soc == SOC_MX6DL) || (soc == SOC_MX6Q); in soc_is_imx6()
H A Dimx.h16 #define SOC_MX6Q 0x63 macro