Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dfd.h28 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1) argument
35 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) argument
36 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \ argument
/linux-6.3-rc2/drivers/block/
A Dataflop.c1506 struct atari_floppy_struct *floppy = bd->rq->q->disk->private_data; in ataflop_queue_rq() local
1588 struct atari_floppy_struct *floppy = disk->private_data; in fd_locked_ioctl() local
A Dfloppy.c307 #define PH_HEAD(floppy, head) (((((floppy)->stretch & 2) >> 1) ^ head) << 2) argument
308 #define STRETCH(floppy) ((floppy)->stretch & FD_STRETCH) argument
2967 struct floppy_struct *floppy; in drive_name() local
4941 static char *floppy; variable
A Damiflop.c1458 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
/linux-6.3-rc2/drivers/scsi/
A DBusLogic.h544 bool floppy:1; /* Byte 10 Bit 0 */ member

Completed in 25 milliseconds