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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Donenand_base.c3146 int otp_pages; local
3154 otp_pages = 20;
3156 otp_pages = 50;
3159 from += mtd->writesize * otp_pages;
3160 otp_pages = ONENAND_PAGES_PER_BLOCK - otp_pages;
3165 if (mtd->writesize * otp_pages < from + len)
3168 if (mtd->writesize * otp_pages < len)
3173 while (len > 0 && otp_pages > 0) {
3203 otp_pages
[all...]

Completed in 63 milliseconds