Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/st/stm32mp2/include/
Dstm32mp2_private.h16 static inline uint32_t stm32_otp_read(uint32_t *val, uint32_t otp) in stm32_otp_read() function
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/st/stm32mp1/include/
Dstm32mp1_private.h37 static inline uint32_t stm32_otp_read(uint32_t *val, uint32_t otp) in stm32_otp_read() function
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/st/common/
Dstm32mp_common.c173 ret = stm32_otp_read(otp_val, otp_idx); in stm32_get_otp_value_from_idx()