Home
last modified time | relevance | path

Searched refs:BLOCKS_PER_MB (Results 1 – 2 of 2) sorted by relevance

/external/yaffs2/yaffs2/direct/
Dyaffs_fileem2k.h28 #define BLOCKS_PER_MB ((1024*1024)/BLOCK_DATA_SIZE) macro
29 #define SIZE_IN_BLOCKS (BLOCKS_PER_MB * SIZE_IN_MB)
40 #define BLOCKS_PER_MB ((1024*1024)/BLOCK_DATA_SIZE) macro
41 #define SIZE_IN_BLOCKS (BLOCKS_PER_MB * SIZE_IN_MB)
Dyaffs_fileem2k.c122 filedisk.nBlocks = SIZE_IN_MB * BLOCKS_PER_MB; in CheckInit()