Searched refs:SOC_MX8M (Results 1 – 2 of 2) sorted by relevance
171 return imx_soc_type() == SOC_MX8M && imx_soc_rev_major() == 0x40; in soc_is_imx8mq()176 return imx_soc_type() == SOC_MX8M && imx_soc_rev_major() == 0x41; in soc_is_imx8mm()181 return imx_soc_type() == SOC_MX8M && imx_soc_rev_major() == 0x42; in soc_is_imx8mn()186 return imx_soc_type() == SOC_MX8M && imx_soc_rev_major() == 0x43; in soc_is_imx8mp()
26 #define SOC_MX8M 0x82 macro