HomeSort by relevance Sort by last modified time
    Searched full:flashdev (Results 1 - 2 of 2) sorted by null

  /external/yaffs2/yaffs2/direct/
yaffscfg2k.c 59 static yaffs_Device flashDev;
66 { "/flash/", &flashDev},
72 { "/flash/flash", &flashDev},
124 memset(&flashDev,0,sizeof(flashDev));
126 flashDev.nDataBytesPerChunk = 2048;
127 flashDev.nChunksPerBlock = 64;
128 flashDev.nReservedBlocks = 5;
129 flashDev.nCheckpointReservedBlocks = 5;
130 //flashDev.checkpointStartBlock = 1
    [all...]
yaffscfg.c 54 static yaffs_Device flashDev;
60 { "/flash", &flashDev},
102 flashDev.nBytesPerChunk = 512;
103 flashDev.nChunksPerBlock = 32;
104 flashDev.nReservedBlocks = 5;
105 flashDev.startBlock = 128; // First block after 2MB
106 flashDev.endBlock = 1023; // Last block in 16MB
107 flashDev.useNANDECC = 0; // use YAFFS's ECC
108 flashDev.nShortOpCaches = 10; // Use caches
109 flashDev.genericDevice = (void *) 2; // Used to identify the device in fstat
    [all...]

Completed in 1566 milliseconds