Lines Matching full:otp
378 * struct spinand_otp_layout - structure to describe the SPI NAND OTP area
379 * @npages: number of pages in the OTP
380 * @start_page: start page of the user/factory OTP area.
388 * struct spinand_fact_otp_ops - SPI NAND OTP methods for factory area
389 * @info: get the OTP area information
390 * @read: read from the SPI NAND OTP area
400 * struct spinand_user_otp_ops - SPI NAND OTP methods for user area
401 * @info: get the OTP area information
402 * @lock: lock an OTP region
403 * @erase: erase an OTP region
404 * @read: read from the SPI NAND OTP area
405 * @write: write to the SPI NAND OTP area
419 * struct spinand_fact_otp - SPI NAND OTP grouping structure for factory area
420 * @layout: OTP region layout
421 * @ops: OTP access ops
429 * struct spinand_user_otp - SPI NAND OTP grouping structure for user area
430 * @layout: OTP region layout
431 * @ops: OTP access ops
453 * @fact_otp: SPI NAND factory OTP info.
454 * @user_otp: SPI NAND user OTP info.
582 * @fact_otp: SPI NAND factory OTP info.
583 * @user_otp: SPI NAND user OTP info.