Home
last modified time | relevance | path

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

/linux/drivers/nvmem/
H A Dbcm-ocotp.c220 static struct nvmem_config bcm_otpc_nvmem_config = { variable
282 bcm_otpc_nvmem_config.size = 4 * num_words; in bcm_otpc_probe()
283 bcm_otpc_nvmem_config.dev = dev; in bcm_otpc_probe()
284 bcm_otpc_nvmem_config.priv = priv; in bcm_otpc_probe()
287 bcm_otpc_nvmem_config.word_size = 8; in bcm_otpc_probe()
288 bcm_otpc_nvmem_config.stride = 8; in bcm_otpc_probe()
291 priv->config = &bcm_otpc_nvmem_config; in bcm_otpc_probe()
293 nvmem = devm_nvmem_register(dev, &bcm_otpc_nvmem_config); in bcm_otpc_probe()