Searched refs:chunkNo (Results 1 – 2 of 2) sorted by relevance
332 int chunkNo; in nandemul2k_QueryNANDBlock() local336 chunkNo = blockNo * dev->nChunksPerBlock; in nandemul2k_QueryNANDBlock()338 nandemul2k_ReadChunkWithTagsFromNAND(dev,chunkNo,NULL,&tags); in nandemul2k_QueryNANDBlock()
351 int chunkNo; in yflash_QueryNANDBlock() local355 chunkNo = blockNo * dev->nChunksPerBlock; in yflash_QueryNANDBlock()357 yflash_ReadChunkWithTagsFromNAND(dev,chunkNo,NULL,&tags); in yflash_QueryNANDBlock()