Home
last modified time | relevance | path

Searched refs:otp_len (Results 1 – 4 of 4) 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);
Dstm32mp_common.h42 uint32_t *otp_len);
/trusted-firmware-a-3.4.0/plat/st/common/
Dstm32mp_dt.c326 int dt_find_otp_name(const char *name, uint32_t *otp, uint32_t *otp_len) in dt_find_otp_name() argument
362 if (otp_len != NULL) { in dt_find_otp_name()
364 *otp_len = fdt32_to_cpu(*cuint) * CHAR_BIT; in dt_find_otp_name()
Dstm32mp_common.c139 uint32_t *otp_len) in stm32_get_otp_index() argument
144 return dt_find_otp_name(otp_name, otp_idx, otp_len); in stm32_get_otp_index()