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

/linux-master/drivers/mtd/nand/onenand/
H A Donenand_base.c2198 int max_eb_count = MB_ERASE_MAX_BLK_COUNT; local
2208 max_eb_count = min(max_eb_count,
2215 while (len > block_size && eb_count < (max_eb_count - 1)) {

Completed in 148 milliseconds