Home
last modified time | relevance | path

Searched refs:STM32MP_CHIP_SEC_CLOSED (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dbl2_plat_setup.c317 if (stm32mp_check_closed_device() == STM32MP_CHIP_SEC_CLOSED) { in bl2_el3_plat_arch_setup()
346 if (stm32mp_check_closed_device() == STM32MP_CHIP_SEC_CLOSED) { in bl2_el3_plat_arch_setup()
366 if (stm32mp_check_closed_device() == STM32MP_CHIP_SEC_CLOSED) { in bl2_el3_plat_arch_setup()
426 if ((stm32mp_check_closed_device() == STM32MP_CHIP_SEC_CLOSED) || in bl2_plat_handle_post_image_load()
H A Dstm32mp1_private.c535 return STM32MP_CHIP_SEC_CLOSED; in stm32mp_check_closed_device()
547 return STM32MP_CHIP_SEC_CLOSED; in stm32mp_check_closed_device()
554 return STM32MP_CHIP_SEC_CLOSED; in stm32mp_check_closed_device()
/rk3399_ARM-atf/plat/st/common/include/
H A Dstm32mp_common.h17 #define STM32MP_CHIP_SEC_CLOSED U(0x34D9CCC5) macro
/rk3399_ARM-atf/plat/st/stm32mp2/
H A Dbl2_plat_setup.c293 if ((stm32mp_check_closed_device() == STM32MP_CHIP_SEC_CLOSED) || in bl2_plat_handle_post_image_load()
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_crypto_lib.c60 if ((stm32mp_check_closed_device() == STM32MP_CHIP_SEC_CLOSED) || in crypto_lib_init()
/rk3399_ARM-atf/drivers/st/bsec/
H A Dbsec2.c837 if (stm32mp_check_closed_device() == STM32MP_CHIP_SEC_CLOSED) { in bsec_get_secure_state()