Searched refs:floppy (Results 1 – 15 of 15) sorted by relevance
| /drivers/block/ |
| A 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 …]
|
| A 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->q->disk->private_data; in amiflop_queue_rq() local 1518 err = amiflop_rw_cur_segment(floppy, rq); in amiflop_queue_rq()
|
| A D | ataflop.c | 1507 struct atari_floppy_struct *floppy = bd->rq->q->disk->private_data; in ataflop_queue_rq() local 1508 int drive = floppy - unit; in ataflop_queue_rq() 1509 int type = floppy->type; in ataflop_queue_rq() 1589 struct atari_floppy_struct *floppy = disk->private_data; in fd_locked_ioctl() local 1590 int drive = floppy - unit; in fd_locked_ioctl() 1591 int type = floppy->type; in fd_locked_ioctl() 1641 if (floppy->ref != 1 && floppy->ref != -1) in fd_locked_ioctl() 1748 if (floppy->ref != 1 && floppy->ref != -1) in fd_locked_ioctl()
|
| A D | Makefile | 17 obj-$(CONFIG_BLK_DEV_FD) += floppy.o
|
| A 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() 2979 if (floppy->name) in drive_name() 2980 return floppy->name; in drive_name() 4949 static char *floppy; variable 4970 if (floppy) in floppy_module_init() 4971 parse_floppy_cfg_string(floppy); in floppy_module_init() [all …]
|
| /drivers/zorro/ |
| A D | Kconfig | 14 floppy or kernel for an embedded system where kernel image size
|
| /drivers/eisa/ |
| A D | Kconfig | 70 you are building an installation floppy or kernel for an
|
| A D | eisa.ids | 1092 MINIADP "Adaptec 32-bit SCSI Host Adapter (with floppy)"
|
| /drivers/scsi/arm/ |
| A D | Kconfig | 27 Around 1991, Arxe Systems Limited released a high density floppy
|
| /drivers/iommu/intel/ |
| A D | Kconfig | 74 16MiB to make floppy (an ISA device) work.
|
| /drivers/parisc/ |
| A D | Kconfig | 39 and floppy. Note that you must still enable all the individual
|
| /drivers/scsi/ |
| A D | BusLogic.h | 544 bool floppy:1; /* Byte 10 Bit 0 */ member
|
| /drivers/usb/storage/ |
| A D | Kconfig | 14 floppy drives, USB hard disks, USB tape drives, USB CD-ROMs,
|
| /drivers/mtd/devices/ |
| A D | Kconfig | 176 be removed during a write (using the floppy drive).
|
| /drivers/macintosh/ |
| A D | Kconfig | 116 that can contains batteries, floppy drives, or IDE devices. PCI
|
Completed in 38 milliseconds