Searched refs:MAX_PAGES_PER_RW (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/staging/spectra/
H A Dlld_nand.c38 #define MAX_PAGES_PER_RW 128 macro
1119 while (page_count > MAX_PAGES_PER_RW) {
1122 block, page, MAX_PAGES_PER_RW);
1126 MAX_PAGES_PER_RW);
1132 MAX_PAGES_PER_RW;
1133 page_count -= MAX_PAGES_PER_RW;
1134 page += MAX_PAGES_PER_RW;
1331 while (page_count > MAX_PAGES_PER_RW) {
1334 block, page, MAX_PAGES_PER_RW);
1338 MAX_PAGES_PER_RW);
[all...]

Completed in 115 milliseconds