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

/external/yaffs2/yaffs2/direct/
H A Dyaffscfg.c53 static yaffs_Device bootDev; variable
59 { "/boot", &bootDev},
88 bootDev.nBytesPerChunk = 612;
89 bootDev.nChunksPerBlock = 32;
90 bootDev.nReservedBlocks = 5;
91 bootDev.startBlock = 1; // Can't use block 0
92 bootDev.endBlock = 127; // Last block in 2MB.
93 bootDev.useNANDECC = 0; // use YAFFS's ECC
94 bootDev.nShortOpCaches = 10; // Use caches
95 bootDev
[all...]
H A Dyaffscfg2k.c58 static yaffs_Device bootDev; variable
65 { "/boot", &bootDev},
71 { "/flash/boot", &bootDev},
102 memset(&bootDev,0,sizeof(bootDev));
103 bootDev.nDataBytesPerChunk = 512;
104 bootDev.nChunksPerBlock = 32;
105 bootDev.nReservedBlocks = 5;
106 bootDev.startBlock = 0; // Can use block 0
107 bootDev
[all...]

Completed in 96 milliseconds