Searched defs:floppy (Results 1 – 8 of 8) sorted by relevance
32 ISADevice *floppy; member53 ISASuperIOFuncs floppy; member
28 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1) argument35 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) argument36 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \ argument
1506 struct atari_floppy_struct *floppy = bd->rq->q->disk->private_data; in ataflop_queue_rq() local1588 struct atari_floppy_struct *floppy = disk->private_data; in fd_locked_ioctl() local
307 #define PH_HEAD(floppy, head) (((((floppy)->stretch & 2) >> 1) ^ head) << 2) argument308 #define STRETCH(floppy) ((floppy)->stretch & FD_STRETCH) argument2967 struct floppy_struct *floppy; in drive_name() local4943 static char *floppy; variable
1458 static blk_status_t amiflop_rw_cur_segment(struct amiga_floppy_struct *floppy, in amiflop_rw_cur_segment()1508 struct amiga_floppy_struct *floppy = rq->q->disk->private_data; in amiflop_queue_rq() local
391 static void pc_cmos_init_floppy(MC146818RtcState *rtc_state, ISADevice *floppy) in pc_cmos_init_floppy()432 ISADevice *floppy; member
1094 bool floppy = false; in vvfat_parse_filename() local1142 bool floppy; in vvfat_open() local
544 bool floppy:1; /* Byte 10 Bit 0 */ member