Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32mp15_huk.c26 uint32_t otp_idx = 0; in stm32mp15_read_uid() local
30 ret = stm32_bsec_find_otp_in_nvmem_layout("uid_otp", &otp_idx, &offset, in stm32mp15_read_uid()
41 if (stm32_bsec_set_sw_lock(otp_idx) || in stm32mp15_read_uid()
42 stm32_bsec_shadow_read_otp(q++, otp_idx)) in stm32mp15_read_uid()
45 if (stm32_bsec_set_sw_lock(otp_idx + 1) || in stm32mp15_read_uid()
46 stm32_bsec_shadow_read_otp(q++, otp_idx + 1)) in stm32mp15_read_uid()
49 if (stm32_bsec_set_sw_lock(otp_idx + 2) || in stm32mp15_read_uid()
50 stm32_bsec_shadow_read_otp(q++, otp_idx + 2)) in stm32mp15_read_uid()