Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.0/plat/st/common/include/
Dstm32mp_dt.h43 int dt_find_otp_name(const char *name, uint32_t *otp, uint32_t *otp_len);
/trusted-firmware-a-3.4.0/plat/st/common/
Dstm32mp_common.c144 return dt_find_otp_name(otp_name, otp_idx, otp_len); in stm32_get_otp_index()
Dstm32mp_dt.c326 int dt_find_otp_name(const char *name, uint32_t *otp, uint32_t *otp_len) in dt_find_otp_name() function