Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/
A Dstm32_bsec.c606 struct nvmem_layout { struct
612 static struct nvmem_layout *nvmem_layout; variable
625 if (!nvmem_layout[i].name || strcmp(name, nvmem_layout[i].name)) in stm32_bsec_find_otp_in_nvmem_layout()
629 *otp_id = nvmem_layout[i].otp_id; in stm32_bsec_find_otp_in_nvmem_layout()
632 *otp_bit_len = nvmem_layout[i].bit_len; in stm32_bsec_find_otp_in_nvmem_layout()
635 nvmem_layout[i].otp_id, nvmem_layout[i].bit_len); in stm32_bsec_find_otp_in_nvmem_layout()
782 nvmem_layout = calloc(cell_max, sizeof(*nvmem_layout)); in save_dt_nvmem_layout()
783 if (!nvmem_layout) in save_dt_nvmem_layout()
792 struct nvmem_layout *layout_cell = &nvmem_layout[cell_cnt]; in save_dt_nvmem_layout()
828 nvmem_layout = realloc(nvmem_layout, in save_dt_nvmem_layout()
[all …]

Completed in 4 milliseconds