Searched refs:otp_bit_offset (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/include/drivers/ |
| H A D | stm32_bsec.h | 179 uint8_t *otp_bit_offset, 192 uint8_t *otp_bit_offset,
|
| /optee_os/core/drivers/ |
| H A D | stm32_bsec.c | 634 uint8_t *otp_bit_offset, in stm32_bsec_otp_setting() argument 640 if (otp_bit_offset) in stm32_bsec_otp_setting() 641 *otp_bit_offset = nvmem_layout[i].bit_offset; in stm32_bsec_otp_setting() 655 uint8_t *otp_bit_offset, in stm32_bsec_find_otp_in_nvmem_layout() argument 667 return stm32_bsec_otp_setting(i, otp_id, otp_bit_offset, in stm32_bsec_find_otp_in_nvmem_layout() 678 uint8_t *otp_bit_offset, in stm32_bsec_find_otp_by_phandle() argument 690 return stm32_bsec_otp_setting(i, otp_id, otp_bit_offset, in stm32_bsec_find_otp_by_phandle()
|