Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-imx/
H A Dimx.h34 bool soc_is_imx6(void);
H A Dimx-common.c149 bool soc_is_imx6(void) in soc_is_imx6() function
/optee_os/core/drivers/
H A Dimx_csu.c121 else if (soc_is_imx6()) in csu_configure()