Searched refs:otp_pages (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mtd/nand/onenand/
H A Donenand_base.c3043 int otp_pages; local
3051 otp_pages = 20;
3053 otp_pages = 50;
3056 from += mtd->writesize * otp_pages;
3057 otp_pages = ONENAND_PAGES_PER_BLOCK - otp_pages;
3062 if (mtd->writesize * otp_pages < from + len)
3065 if (mtd->writesize * otp_pages < len)
3070 while (len > 0 && otp_pages > 0) {
3100 otp_pages
[all...]

Completed in 121 milliseconds