Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-imx/
A Dimx-common.c74 uint32_t imx_soc_rev_major(void) in imx_soc_rev_major() function
133 return (imx_soc_type() == SOC_MX6Q) && (imx_soc_rev_major() == 0); in soc_is_imx6dq()
138 return (imx_soc_type() == SOC_MX6Q) && (imx_soc_rev_major() == 1); in soc_is_imx6dqp()
162 return imx_soc_type() == SOC_MX8M && imx_soc_rev_major() == 0x40; in soc_is_imx8mq()
167 return imx_soc_type() == SOC_MX8M && imx_soc_rev_major() == 0x41; in soc_is_imx8mm()
172 return imx_soc_type() == SOC_MX8M && imx_soc_rev_major() == 0x42; in soc_is_imx8mn()
177 return imx_soc_type() == SOC_MX8M && imx_soc_rev_major() == 0x43; in soc_is_imx8mp()
A Dimx.h50 uint32_t imx_soc_rev_major(void);

Completed in 3 milliseconds