Searched refs:floppy (Results 1 – 15 of 15) sorted by relevance
/drivers/block/ |
D | Kconfig | 22 tristate "Normal floppy disk support" 25 If you want to use the floppy disk drive(s) of your PC under Linux, 28 <file:Documentation/admin-guide/blockdev/floppy.rst>. 34 module will be called floppy. 37 bool "Support for raw floppy disk commands (DEPRECATED)" 53 tristate "Amiga floppy support" 57 tristate "Atari floppy support" 61 tristate "Support for PowerMac floppy" 65 floppy controller, say Y here. Most commonly found in PowerMacs. 68 tristate "Support for SWIM Macintosh floppy" [all …]
|
D | amiflop.c | 1459 static blk_status_t amiflop_rw_cur_segment(struct amiga_floppy_struct *floppy, in amiflop_rw_cur_segment() argument 1462 int drive = floppy - unit; in amiflop_rw_cur_segment() 1473 track = block / (floppy->dtype->sects * floppy->type->sect_mult); in amiflop_rw_cur_segment() 1474 sector = block % (floppy->dtype->sects * floppy->type->sect_mult); in amiflop_rw_cur_segment() 1485 memcpy(data, floppy->trackbuf + sector * 512, 512); in amiflop_rw_cur_segment() 1487 memcpy(floppy->trackbuf + sector * 512, data, 512); in amiflop_rw_cur_segment() 1496 floppy->dirty = 1; in amiflop_rw_cur_segment() 1509 struct amiga_floppy_struct *floppy = rq->rq_disk->private_data; in amiflop_queue_rq() local 1518 err = amiflop_rw_cur_segment(floppy, rq); in amiflop_queue_rq()
|
D | ataflop.c | 1506 struct atari_floppy_struct *floppy = bd->rq->rq_disk->private_data; in ataflop_queue_rq() local 1507 int drive = floppy - unit; in ataflop_queue_rq() 1508 int type = floppy->type; in ataflop_queue_rq() 1587 struct atari_floppy_struct *floppy = disk->private_data; in fd_locked_ioctl() local 1588 int drive = floppy - unit; in fd_locked_ioctl() 1589 int type = floppy->type; in fd_locked_ioctl() 1639 if (floppy->ref != 1 && floppy->ref != -1) in fd_locked_ioctl() 1746 if (floppy->ref != 1 && floppy->ref != -1) in fd_locked_ioctl()
|
D | Makefile | 14 obj-$(CONFIG_BLK_DEV_FD) += floppy.o
|
D | floppy.c | 307 #define PH_HEAD(floppy, head) (((((floppy)->stretch & 2) >> 1) ^ head) << 2) argument 308 #define STRETCH(floppy) ((floppy)->stretch & FD_STRETCH) argument 480 #define SECTSIZE (_FD_SECTSIZE(*floppy)) 2969 struct floppy_struct *floppy; in drive_name() local 2972 floppy = floppy_type + type; in drive_name() 2975 floppy = floppy_type + drive_params[drive].native_format; in drive_name() 2979 if (floppy->name) in drive_name() 2980 return floppy->name; in drive_name() 4933 static char *floppy; variable 4954 if (floppy) in floppy_module_init() [all …]
|
/drivers/zorro/ |
D | Kconfig | 14 floppy or kernel for an embedded system where kernel image size
|
/drivers/scsi/arm/ |
D | Kconfig | 27 Around 1991, Arxe Systems Limited released a high density floppy
|
/drivers/eisa/ |
D | Kconfig | 71 you are building an installation floppy or kernel for an
|
D | eisa.ids | 1092 MINIADP "Adaptec 32-bit SCSI Host Adapter (with floppy)"
|
/drivers/iommu/intel/ |
D | Kconfig | 83 16MiB to make floppy (an ISA device) work.
|
/drivers/parisc/ |
D | Kconfig | 38 and floppy. Note that you must still enable all the individual
|
/drivers/scsi/ |
D | BusLogic.h | 544 bool floppy:1; /* Byte 10 Bit 0 */ member
|
/drivers/usb/storage/ |
D | Kconfig | 15 floppy drives, USB hard disks, USB tape drives, USB CD-ROMs,
|
/drivers/mtd/devices/ |
D | Kconfig | 184 be removed during a write (using the floppy drive).
|
/drivers/macintosh/ |
D | Kconfig | 116 that can contains batteries, floppy drives, or IDE devices. PCI
|