Home
last modified time | relevance | path

Searched defs:atari_floppy_struct (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/block/
Dataflop.c209 static struct atari_floppy_struct { struct
210 int connected; /* !=0 : drive is connected */
211 int autoprobe; /* !=0 : do autoprobe */
213 struct atari_disk_type *disktype; /* current type of disk */
215 int track; /* current head position or -1 if
217 unsigned int steprate; /* steprate setting */
218 unsigned int wpstat; /* current state of WP signal (for
220 int flags; /* flags */
221 struct gendisk *disk;
222 int ref;
[all …]