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