OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chunkNo
(Results
1 - 2
of
2
) sorted by null
/external/yaffs2/yaffs2/direct/
yaffs_fileem2k.c
351
int
chunkNo
;
355
chunkNo
= blockNo * dev->nChunksPerBlock;
357
yflash_ReadChunkWithTagsFromNAND(dev,
chunkNo
,NULL,&tags);
yaffs_ramem2k.c
332
int
chunkNo
;
336
chunkNo
= blockNo * dev->nChunksPerBlock;
338
nandemul2k_ReadChunkWithTagsFromNAND(dev,
chunkNo
,NULL,&tags);
Completed in 37 milliseconds