Searched refs:floppy (Results 1 - 25 of 38) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ide/
H A Dide-floppy.c2 * IDE ATAPI floppy driver.
8 * This driver supports the following IDE floppy drives:
15 * Documentation/ide/ChangeLog.ide-floppy.1996-2002
43 #include "ide-floppy.h"
65 struct ide_disk_obj *floppy = drive->driver_data; local
83 floppy->sense_key = buf[2] & 0x0F;
84 floppy->asc = buf[12];
85 floppy->ascq = buf[13];
86 floppy->progress_indication = buf[15] & 0x80 ?
94 "ascq = %x", floppy
107 ide_floppy_report_error(struct ide_disk_obj *floppy, struct ide_atapi_pc *pc) argument
127 struct ide_disk_obj *floppy = drive->driver_data; local
195 struct ide_disk_obj *floppy = drive->driver_data; local
216 idefloppy_blockpc_cmd(struct ide_disk_obj *floppy, struct ide_atapi_pc *pc, struct request *rq) argument
232 struct ide_disk_obj *floppy = drive->driver_data; local
313 struct ide_disk_obj *floppy = drive->driver_data; local
375 struct ide_disk_obj *floppy = drive->driver_data; local
477 struct ide_disk_obj *floppy = drive->driver_data; local
[all...]
H A Dide-floppy_ioctl.c2 * ide-floppy IOCTLs handling.
14 #include "ide-floppy.h"
39 struct ide_disk_obj *floppy = drive->driver_data; local
52 if (ide_queue_pc_tail(drive, floppy->disk, pc, pc_buf, pc->req_xfer)) {
53 printk(KERN_ERR "ide-floppy: Can't get floppy parameters\n");
120 struct ide_disk_obj *floppy = drive->driver_data; local
128 if (ide_queue_pc_tail(drive, floppy->disk, pc, buf, pc->req_xfer))
140 struct ide_disk_obj *floppy = drive->driver_data; local
144 if (floppy
200 struct ide_disk_obj *floppy = drive->driver_data; local
237 struct ide_disk_obj *floppy = drive->driver_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ide/
H A Dide-floppy.c2 * IDE ATAPI floppy driver.
8 * This driver supports the following IDE floppy drives:
15 * Documentation/ide/ChangeLog.ide-floppy.1996-2002
43 #include "ide-floppy.h"
65 struct ide_disk_obj *floppy = drive->driver_data; local
83 floppy->sense_key = buf[2] & 0x0F;
84 floppy->asc = buf[12];
85 floppy->ascq = buf[13];
86 floppy->progress_indication = buf[15] & 0x80 ?
94 "ascq = %x", floppy
107 ide_floppy_report_error(struct ide_disk_obj *floppy, struct ide_atapi_pc *pc) argument
127 struct ide_disk_obj *floppy = drive->driver_data; local
195 struct ide_disk_obj *floppy = drive->driver_data; local
216 idefloppy_blockpc_cmd(struct ide_disk_obj *floppy, struct ide_atapi_pc *pc, struct request *rq) argument
232 struct ide_disk_obj *floppy = drive->driver_data; local
313 struct ide_disk_obj *floppy = drive->driver_data; local
375 struct ide_disk_obj *floppy = drive->driver_data; local
477 struct ide_disk_obj *floppy = drive->driver_data; local
[all...]
H A Dide-floppy_ioctl.c2 * ide-floppy IOCTLs handling.
14 #include "ide-floppy.h"
39 struct ide_disk_obj *floppy = drive->driver_data; local
52 if (ide_queue_pc_tail(drive, floppy->disk, pc, pc_buf, pc->req_xfer)) {
53 printk(KERN_ERR "ide-floppy: Can't get floppy parameters\n");
120 struct ide_disk_obj *floppy = drive->driver_data; local
128 if (ide_queue_pc_tail(drive, floppy->disk, pc, buf, pc->req_xfer))
140 struct ide_disk_obj *floppy = drive->driver_data; local
144 if (floppy
200 struct ide_disk_obj *floppy = drive->driver_data; local
237 struct ide_disk_obj *floppy = drive->driver_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/
H A Dfloppy.h32 * The DMA channel used by the floppy controller cannot access data at
35 * Went back to the 1MB limit, as some people had problems with the floppy
37 * floppy accesses go through the track buffer.
48 #include <floppy.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/
H A Dfloppy.h32 * The DMA channel used by the floppy controller cannot access data at
35 * Went back to the 1MB limit, as some people had problems with the floppy
37 * floppy accesses go through the track buffer.
48 #include <floppy.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/
H A Dfdformat.c2 /* fdformat.c - Low-level formats a floppy disk - Werner Almesberger
26 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
27 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
28 512 : 128 << FD_SIZECODE(floppy) )
60 /* do not test major - perhaps this was an USB floppy */
H A Dfdisk_sun.c32 static smallint floppy; variable
48 floppy = 0;
53 floppy = 0;
57 floppy = 1;
60 floppy = 0;
244 if (!floppy) {
276 if (!p || floppy) {
286 if (floppy) {
323 p ? p->model : (floppy ? "3,5\" floppy"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/
H A Dfdformat.c2 /* fdformat.c - Low-level formats a floppy disk - Werner Almesberger
26 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
27 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
28 512 : 128 << FD_SIZECODE(floppy) )
60 /* do not test major - perhaps this was an USB floppy */
H A Dfdisk_sun.c32 static smallint floppy; variable
48 floppy = 0;
53 floppy = 0;
57 floppy = 1;
60 floppy = 0;
244 if (!floppy) {
276 if (!p || floppy) {
286 if (floppy) {
323 p ? p->model : (floppy ? "3,5\" floppy"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/
H A Dfdformat.c2 /* fdformat.c - Low-level formats a floppy disk - Werner Almesberger
26 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
27 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
28 512 : 128 << FD_SIZECODE(floppy) )
60 /* do not test major - perhaps this was an USB floppy */
H A Dfdisk_sun.c32 static smallint floppy; variable
48 floppy = 0;
53 floppy = 0;
57 floppy = 1;
60 floppy = 0;
244 if (!floppy) {
276 if (!p || floppy) {
286 if (floppy) {
323 p ? p->model : (floppy ? "3,5\" floppy"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dfd.h27 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
34 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
35 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
36 512 : 128 << FD_SIZECODE(floppy) )
265 unsigned int driver_version; /* version code for floppy driver */
267 /* user programs using the floppy API should use floppy_fdc_state to
268 * get the version number of the floppy drive
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dfd.h27 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
34 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
35 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
36 512 : 128 << FD_SIZECODE(floppy) )
265 unsigned int driver_version; /* version code for floppy driver */
267 /* user programs using the floppy API should use floppy_fdc_state to
268 * get the version number of the floppy drive
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dfd.h27 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
34 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
35 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
36 512 : 128 << FD_SIZECODE(floppy) )
265 unsigned int driver_version; /* version code for floppy driver */
267 /* user programs using the floppy API should use floppy_fdc_state to
268 * get the version number of the floppy drive
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dfd.h27 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
34 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
35 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
36 512 : 128 << FD_SIZECODE(floppy) )
265 unsigned int driver_version; /* version code for floppy driver */
267 /* user programs using the floppy API should use floppy_fdc_state to
268 * get the version number of the floppy drive
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dfd.h27 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
34 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
35 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
36 512 : 128 << FD_SIZECODE(floppy) )
265 unsigned int driver_version; /* version code for floppy driver */
267 /* user programs using the floppy API should use floppy_fdc_state to
268 * get the version number of the floppy drive
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A DMakefile10 obj-$(CONFIG_BLK_DEV_FD) += floppy.o
H A Dataflop.c27 * - Initialize track register when testing presence of floppy
254 * First, there is a DMA buffer in ST-RAM that is used for floppy DMA
1081 printk(KERN_INFO "fd%d: Auto-detected floppy type %s\n",
1252 printk(KERN_ERR "floppy timeout\n" );
1317 * Linux, since the floppy driver can't make assumptions about the
1357 printk(KERN_ERR "floppy: clear format %p!\n", UDT);
1398 struct atari_floppy_struct *floppy; local
1413 floppy = fd_request->rq_disk->private_data;
1414 drive = floppy - unit;
1415 type = floppy
1488 struct atari_floppy_struct *floppy = disk->private_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dxtensa_ksyms.c29 #include <asm/floppy.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/kernel/
H A Dxtensa_ksyms.c29 #include <asm/floppy.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A DMakefile10 obj-$(CONFIG_BLK_DEV_FD) += floppy.o
H A Dataflop.c27 * - Initialize track register when testing presence of floppy
254 * First, there is a DMA buffer in ST-RAM that is used for floppy DMA
1081 printk(KERN_INFO "fd%d: Auto-detected floppy type %s\n",
1252 printk(KERN_ERR "floppy timeout\n" );
1317 * Linux, since the floppy driver can't make assumptions about the
1357 printk(KERN_ERR "floppy: clear format %p!\n", UDT);
1398 struct atari_floppy_struct *floppy; local
1413 floppy = fd_request->rq_disk->private_data;
1414 drive = floppy - unit;
1415 type = floppy
1488 struct atari_floppy_struct *floppy = disk->private_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/mach-generic/
H A Dfloppy.h22 #include <asm/floppy.h>
41 * How to access the floppy DMA functions.
55 return request_dma(FLOPPY_DMA, "floppy");
101 IRQF_DISABLED, "floppy", NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/mach-generic/
H A Dfloppy.h22 #include <asm/floppy.h>
41 * How to access the floppy DMA functions.
55 return request_dma(FLOPPY_DMA, "floppy");
101 IRQF_DISABLED, "floppy", NULL);

Completed in 303 milliseconds

12