Searched refs:nvmem_config_otp (Results 1 – 1 of 1) sorted by relevance
72 struct nvmem_config nvmem_config_otp; member226 if (off >= priv->nvmem_config_otp.size) in pci1xxxx_otp_read()230 count = priv->nvmem_config_otp.size - off; in pci1xxxx_otp_read()275 if (off >= priv->nvmem_config_otp.size) in pci1xxxx_otp_write()279 count = priv->nvmem_config_otp.size - off; in pci1xxxx_otp_write()386 priv->nvmem_config_otp.name = OTP_NAME; in pci1xxxx_otp_eeprom_probe()388 priv->nvmem_config_otp.dev = &aux_dev->dev; in pci1xxxx_otp_eeprom_probe()392 priv->nvmem_config_otp.priv = priv; in pci1xxxx_otp_eeprom_probe()393 priv->nvmem_config_otp.stride = 1; in pci1xxxx_otp_eeprom_probe()394 priv->nvmem_config_otp.word_size = 1; in pci1xxxx_otp_eeprom_probe()[all …]