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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dnftlcore.c533 unsigned int writeEUN; local
548 writeEUN = nftl->EUNtable[thisVUC];
550 while (writeEUN <= nftl->lastEUN) {
555 lastEUN = writeEUN;
558 (writeEUN * nftl->EraseSize) + blockofs,
562 block , writeEUN, le16_to_cpu(bci.Status));
567 return writeEUN;
586 writeEUN = nftl->ReplUnitTable[writeEUN];
593 writeEUN
684 u16 writeEUN; local
[all...]
H A Dinftlcore.c477 unsigned int thisEUN, writeEUN, prev_block, status; local
494 writeEUN = BLOCK_NIL;
504 "EUN %d is %x\n", block , writeEUN, status);
508 writeEUN = thisEUN;
535 if (writeEUN != BLOCK_NIL)
536 return writeEUN;
543 writeEUN = INFTL_findfreeblock(inftl, 0);
545 if (writeEUN == BLOCK_NIL) {
560 writeEUN = INFTL_findfreeblock(inftl, 1);
561 if (writeEUN
822 unsigned int writeEUN; local
[all...]

Completed in 107 milliseconds