Lines Matching full:otp
293 * struct spi_nor_otp_organization - Structure to describe the SPI NOR OTP regions
294 * @len: size of one OTP region in bytes.
295 * @base: start address of the OTP area.
296 * @offset: offset between consecutive OTP regions if there are more
298 * @n_regions: number of individual OTP regions.
308 * struct spi_nor_otp_ops - SPI NOR OTP methods
309 * @read: read from the SPI NOR OTP area.
310 * @write: write to the SPI NOR OTP area.
311 * @lock: lock an OTP region.
312 * @erase: erase an OTP region.
313 * @is_locked: check if an OTP region of the SPI NOR is locked.
325 * struct spi_nor_otp - SPI NOR OTP grouping structure
326 * @org: OTP region organization
327 * @ops: OTP access ops
366 * @otp: SPI NOR OTP info.
395 struct spi_nor_otp otp; member
506 * @otp_org: flash's OTP organization.
544 const struct spi_nor_otp_organization *otp; member