Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/st/stm32mp1/services/
H A Dbsec_svc.c43 result = bsec_shadow_read_otp(ret_otp_value, x2); in bsec_main()
/rk3399_ARM-atf/plat/st/stm32mp1/include/
H A Dstm32mp1_private.h44 return bsec_shadow_read_otp(val, otp); in stm32_otp_shadow_read()
/rk3399_ARM-atf/plat/st/stm32mp2/include/
H A Dstm32mp2_private.h45 return bsec_shadow_read_otp(val, otp); in stm32_otp_shadow_read()
/rk3399_ARM-atf/include/drivers/st/
H A Dbsec.h46 uint32_t bsec_shadow_read_otp(uint32_t *val, uint32_t otp);
/rk3399_ARM-atf/drivers/st/bsec/
H A Dbsec3.c480 uint32_t bsec_shadow_read_otp(uint32_t *val, uint32_t otp) in bsec_shadow_read_otp() function
520 return bsec_shadow_read_otp(val, otp); in bsec_read_otp()
H A Dbsec2.c785 uint32_t bsec_shadow_read_otp(uint32_t *val, uint32_t otp) in bsec_shadow_read_otp() function