Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dstm32_bsec.h189 uint8_t *otp_bit_offset,
202 uint8_t *otp_bit_offset,
/optee_os/core/drivers/
H A Dstm32_bsec.c643 uint8_t *otp_bit_offset, in stm32_bsec_otp_setting() argument
649 if (otp_bit_offset) in stm32_bsec_otp_setting()
650 *otp_bit_offset = nvmem_layout[i].bit_offset; in stm32_bsec_otp_setting()
664 uint8_t *otp_bit_offset, in stm32_bsec_find_otp_in_nvmem_layout() argument
676 return stm32_bsec_otp_setting(i, otp_id, otp_bit_offset, in stm32_bsec_find_otp_in_nvmem_layout()
687 uint8_t *otp_bit_offset, in stm32_bsec_find_otp_by_phandle() argument
699 return stm32_bsec_otp_setting(i, otp_id, otp_bit_offset, in stm32_bsec_find_otp_by_phandle()