Searched refs:nvmem_layout (Results 1 – 1 of 1) sorted by relevance
630 struct nvmem_layout { struct638 static struct nvmem_layout *nvmem_layout; argument647 *otp_id = nvmem_layout[i].otp_id; in stm32_bsec_otp_setting()650 *otp_bit_offset = nvmem_layout[i].bit_offset; in stm32_bsec_otp_setting()653 *otp_bit_len = nvmem_layout[i].bit_len; in stm32_bsec_otp_setting()656 i, nvmem_layout[i].name, nvmem_layout[i].otp_id, in stm32_bsec_otp_setting()657 nvmem_layout[i].bit_offset, nvmem_layout[i].bit_len); in stm32_bsec_otp_setting()673 if (!nvmem_layout[i].name || strcmp(name, nvmem_layout[i].name)) in stm32_bsec_find_otp_in_nvmem_layout()696 if (nvmem_layout[i].phandle != phandle) in stm32_bsec_find_otp_by_phandle()855 nvmem_layout = calloc(cell_max, sizeof(*nvmem_layout)); in save_dt_nvmem_layout()[all …]