Searched refs:SOC_MX6Q (Results 1 – 2 of 2) sorted by relevance
141 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()
16 #define SOC_MX6Q 0x63 macro