Searched refs:nvmem_layout (Results 1 – 1 of 1) sorted by relevance
621 struct nvmem_layout { struct629 static struct nvmem_layout *nvmem_layout; variable638 *otp_id = nvmem_layout[i].otp_id; in stm32_bsec_otp_setting()641 *otp_bit_offset = nvmem_layout[i].bit_offset; in stm32_bsec_otp_setting()644 *otp_bit_len = nvmem_layout[i].bit_len; in stm32_bsec_otp_setting()647 i, nvmem_layout[i].name, nvmem_layout[i].otp_id, in stm32_bsec_otp_setting()648 nvmem_layout[i].bit_offset, nvmem_layout[i].bit_len); in stm32_bsec_otp_setting()664 if (!nvmem_layout[i].name || strcmp(name, nvmem_layout[i].name)) in stm32_bsec_find_otp_in_nvmem_layout()687 if (nvmem_layout[i].phandle != phandle) in stm32_bsec_find_otp_by_phandle()832 nvmem_layout = calloc(cell_max, sizeof(*nvmem_layout)); in save_dt_nvmem_layout()[all …]