Home
last modified time | relevance | path

Searched refs:bsec_write_otp (Results 1 – 7 of 7) sorted by relevance

/rk3399_ARM-atf/plat/st/stm32mp1/services/
H A Dbsec_svc.c34 result = bsec_write_otp(x3, x2); in bsec_main()
48 result = bsec_write_otp(tmp_data, x2); in bsec_main()
/rk3399_ARM-atf/plat/st/stm32mp1/include/
H A Dstm32mp1_private.h49 return bsec_write_otp(val, otp); in stm32_otp_write()
/rk3399_ARM-atf/plat/st/stm32mp2/include/
H A Dstm32mp2_private.h50 return bsec_write_otp(val, otp); in stm32_otp_write()
/rk3399_ARM-atf/include/drivers/st/
H A Dbsec.h47 uint32_t bsec_write_otp(uint32_t val, uint32_t otp);
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_private.c652 result = bsec_write_otp(otp_value, otp); in stm32_iwdg_shadow_update()
/rk3399_ARM-atf/drivers/st/bsec/
H A Dbsec3.c226 uint32_t bsec_write_otp(uint32_t val, uint32_t otp) in bsec_write_otp() function
H A Dbsec2.c340 uint32_t bsec_write_otp(uint32_t val, uint32_t otp) in bsec_write_otp() function