Lines Matching defs:DiskOnChip
170 struct DiskOnChip { struct
174 unsigned char ChipID; /* Type of DiskOnChip */ argument
175 int ioreg;
177 unsigned long mfr; /* Flash IDs - only one type of flash per device */
178 unsigned long id;
179 int chipshift;
180 char page256;
181 char pageadrlen;
182 char interleave; /* Internal interleaving - Millennium Plus style */
183 unsigned long erasesize;
185 int curfloor;
186 int curchip;
188 int numchips;
189 struct Nand *chips;
190 struct mtd_info *nextdoc;