Searched refs:mh0_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.c79 int mh0_page; member in struct:doc_priv
1052 header. The page #s of the found media headers are placed in mh0_page and
1072 if (doc->mh0_page == -1) {
1073 doc->mh0_page = offs >> this->page_shift;
1081 if (doc->mh0_page == -1) {
1087 offs = doc->mh0_page << this->page_shift;
1168 offs = max(doc->mh0_page, doc->mh1_page);
1225 doc->mh1_page = doc->mh0_page + (4096 >> this->page_shift);
1337 this->bbt_td->pages[0] = doc->mh0_page + 1;
1655 doc->mh0_page
[all...]

Completed in 51 milliseconds