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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dnftlcore.c545 unsigned int writeEUN; local
560 writeEUN = nftl->EUNtable[thisVUC];
562 while (writeEUN <= nftl->lastEUN) {
567 lastEUN = writeEUN;
570 (writeEUN * nftl->EraseSize) + blockofs,
574 block , writeEUN, le16_to_cpu(bci.Status));
579 return writeEUN;
598 writeEUN = nftl->ReplUnitTable[writeEUN];
605 writeEUN
696 u16 writeEUN; local
[all...]
H A Dinftlcore.c478 unsigned int thisEUN, writeEUN, prev_block, status; local
495 writeEUN = BLOCK_NIL;
505 "EUN %d is %x\n", block , writeEUN, status);
509 writeEUN = thisEUN;
536 if (writeEUN != BLOCK_NIL)
537 return writeEUN;
544 writeEUN = INFTL_findfreeblock(inftl, 0);
546 if (writeEUN == BLOCK_NIL) {
561 writeEUN = INFTL_findfreeblock(inftl, 1);
562 if (writeEUN
823 unsigned int writeEUN; local
[all...]

Completed in 39 milliseconds