Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvmem/
Dmxs-ocotp.c117 static struct nvmem_config ocotp_config = { variable
177 ocotp_config.size = data->size; in mxs_ocotp_probe()
178 ocotp_config.priv = otp; in mxs_ocotp_probe()
179 ocotp_config.dev = dev; in mxs_ocotp_probe()
180 otp->nvmem = nvmem_register(&ocotp_config); in mxs_ocotp_probe()
Dvf610-ocotp.c207 static struct nvmem_config ocotp_config = { variable
244 ocotp_config.size = resource_size(res); in vf610_ocotp_probe()
245 ocotp_config.priv = ocotp_dev; in vf610_ocotp_probe()
246 ocotp_config.dev = dev; in vf610_ocotp_probe()
248 ocotp_dev->nvmem = devm_nvmem_register(dev, &ocotp_config); in vf610_ocotp_probe()