Searched refs:imx_soc_rev_major (Results 1 – 2 of 2) sorted by relevance
76 uint32_t imx_soc_rev_major(void) in imx_soc_rev_major() function135 return (imx_soc_type() == SOC_MX6Q) && (imx_soc_rev_major() == 0); in soc_is_imx6dq()140 return (imx_soc_type() == SOC_MX6Q) && (imx_soc_rev_major() == 1); in soc_is_imx6dqp()165 return imx_soc_type() == SOC_MX8M && imx_soc_rev_major() == 0x40; in soc_is_imx8mq()170 return imx_soc_type() == SOC_MX8M && imx_soc_rev_major() == 0x41; in soc_is_imx8mm()175 return imx_soc_type() == SOC_MX8M && imx_soc_rev_major() == 0x42; in soc_is_imx8mn()180 return imx_soc_type() == SOC_MX8M && imx_soc_rev_major() == 0x43; in soc_is_imx8mp()
51 uint32_t imx_soc_rev_major(void);
Completed in 3 milliseconds