Searched refs:wear_eb_count (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 Dnandsim.c406 static unsigned int wear_eb_count = 0; variable
826 wear_eb_count = mtd->size / mtd->erasesize;
827 mem = wear_eb_count * sizeof(unsigned long);
828 if (mem / sizeof(unsigned long) != wear_eb_count) {
859 for (i = 0; i < wear_eb_count; ++i) {
873 for (i = 0; i < wear_eb_count; ++i) {
882 avg = tot / wear_eb_count;
886 NS_INFO("Number of erase blocks: %u\n", wear_eb_count);

Completed in 37 milliseconds