Lines Matching defs:PartitionCfg
65 struct PartitionCfg { struct
67 int (*readFunc)(int partition, UINT32 *offset, void *buf, UINT32 size);
69 int (*writeFunc)(int partition, UINT32 *offset, const void *buf, UINT32 size);
71 int (*eraseFunc)(int partition, UINT32 offset, UINT32 size);
73 int readSize; /* size of a block read */
74 int writeSize; /* size of a block write */
75 int blockSize; /* size of an erasable block */
76 int blockCount; /* number of partition blocks */
77 int cacheSize; /* size of block caches */
79 int partNo; /* partition number */
80 int lookaheadSize; /* lookahead size */
81 int blockCycles; /* block cycles */