Searched refs:otp_config (Results 1 – 2 of 2) sorted by relevance
173 static struct nvmem_config otp_config = { variable197 otp_config.priv = otp; in lan9662_otp_probe()198 otp_config.dev = dev; in lan9662_otp_probe()200 nvmem = devm_nvmem_register(dev, &otp_config); in lan9662_otp_probe()
314 static struct nvmem_config otp_config = { variable456 otp_config.size = data->size; in rockchip_otp_probe()457 otp_config.priv = otp; in rockchip_otp_probe()458 otp_config.dev = dev; in rockchip_otp_probe()460 nvmem = devm_nvmem_register(dev, &otp_config); in rockchip_otp_probe()