Home
last modified time | relevance | path

Searched refs:otp_value (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/arm/plat-stm32mp1/drivers/
H A Dstm32mp1_pwr.c198 uint32_t otp_value = 0; in set_fixed_vdd_hslv_mode() local
219 res = stm32_bsec_read_otp(&otp_value, otp_id); in set_fixed_vdd_hslv_mode()
223 if (otp_value & HW2_OTP_PRODUCT_BELOW_2V5) in set_fixed_vdd_hslv_mode()
/optee_os/core/drivers/
H A Dstm32_bsec.c313 TEE_Result stm32_bsec_shadow_read_otp(uint32_t *otp_value, uint32_t otp_id) in stm32_bsec_shadow_read_otp() argument
323 result = stm32_bsec_read_otp(otp_value, otp_id); in stm32_bsec_shadow_read_otp()