Home
last modified time | relevance | path

Searched refs:soc_is_imx8mm (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/arch/arm/plat-imx/
H A Dimx-common.c174 bool soc_is_imx8mm(void) in soc_is_imx8mm() function
191 return soc_is_imx8mq() || soc_is_imx8mm() || soc_is_imx8mn() || in soc_is_imx8m()
H A Dimx.h47 bool soc_is_imx8mm(void);
/optee_os/core/drivers/
H A Dimx_ocotp.c277 } else if (soc_is_imx8mm() || soc_is_imx8mn() || soc_is_imx8mq()) { in imx_ocotp_init()