Searched defs:atari_floppy_struct (Results 1 – 1 of 1) sorted by relevance
289 static struct atari_floppy_struct { struct291 int autoprobe; /* !=0 : do autoprobe */295 int track; /* current head position or -1 if297 unsigned int steprate; /* steprate setting */300 int flags; /* flags */301 struct gendisk *disk[NUM_DISK_MINORS];302 bool registered[NUM_DISK_MINORS];303 int ref;304 int type;305 struct blk_mq_tag_set tag_set;[all …]