Lines Matching defs:DiskOnChip
180 struct DiskOnChip { struct
184 unsigned char ChipID; /* Type of DiskOnChip */ argument
185 int ioreg;
187 unsigned long mfr; /* Flash IDs - only one type of flash per device */
188 unsigned long id;
189 int chipshift;
190 char page256;
191 char pageadrlen;
192 char interleave; /* Internal interleaving - Millennium Plus style */
193 unsigned long erasesize;
195 int curfloor;
196 int curchip;
198 int numchips;
199 struct Nand *chips;
200 struct mtd_info *nextdoc;
201 struct mutex lock;