Lines Matching defs:DiskOnChip
194 struct DiskOnChip { struct
198 unsigned char ChipID; /* Type of DiskOnChip */ argument
199 int ioreg;
201 unsigned long mfr; /* Flash IDs - only one type of flash per device */
202 unsigned long id;
203 int chipshift;
204 char page256;
205 char pageadrlen;
206 char interleave; /* Internal interleaving - Millennium Plus style */
207 unsigned long erasesize;
209 int curfloor;
210 int curchip;
212 int numchips;
213 struct Nand *chips;
214 struct mtd_info *nextdoc;
215 struct mutex lock;