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()
255 static struct nvmem_config otp_config = { variable346 otp_config.size = data->size; in rockchip_otp_probe()347 otp_config.priv = otp; in rockchip_otp_probe()348 otp_config.dev = dev; in rockchip_otp_probe()350 nvmem = devm_nvmem_register(dev, &otp_config); in rockchip_otp_probe()