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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Ddiskonchip.c80 int mh1_page; member in struct:doc_priv
1053 mh1_page in the DOC private structure. */
1078 doc->mh1_page = offs >> this->page_shift;
1168 offs = max(doc->mh0_page, doc->mh1_page);
1225 doc->mh1_page = doc->mh0_page + (4096 >> this->page_shift);
1338 if (doc->mh1_page != -1) {
1343 this->bbt_md->pages[0] = doc->mh1_page + 1;
1656 doc->mh1_page = -1;

Completed in 30 milliseconds