Home
last modified time | relevance | path

Searched refs:FDC (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/arch/alpha/kernel/
Dsmc37c93x.c36 #define FDC 0 macro
190 outb(FDC, dataPort); in SMCEnableFDC()
221 printk(currentControl & (1 << FDC) in SMCReportDeviceStatus()
/linux-2.6.39/drivers/block/
Dfloppy.c300 #define FDC(x) (((x) & 0x04) >> 2) /* fdc of drive */ macro
312 #define UFDCS (&fdc_state[FDC(drive)])
732 int fdc = FDC(drive); in disk_change()
737 (FDCS->dor & 3) != UNIT(drive) || fdc != FDC(drive)) { in disk_change()
739 DPRINT("drive=%d fdc=%d dor=%x\n", drive, FDC(drive), in disk_change()
840 if (FDC(drive) == fdc && (mode || UDRS->track != NEED_1_RECAL)) in reset_fdc_info()
848 fdc = FDC(drive); in set_fdc()
910 set_dor(FDC(nr), mask, 0); in motor_off_callback()
917 int fdc = FDC(drive); in floppy_off()
3206 if (FDC(drive) != fdc) in raw_cmd_ioctl()
[all …]
/linux-2.6.39/Documentation/video4linux/
Dzr364xx.txt53 0x0595 0x4343 Firstline FDC 2000
/linux-2.6.39/Documentation/scsi/
Dqlogicfas.txt5 (including the Control Concepts SCSI/IDE/SIO/PIO/FDC cards).
/linux-2.6.39/Documentation/blockdev/
Dfloppy.txt96 you have an FDC without a FIFO (8272A or 82072). 82072A and
102 If you have a FIFO-able FDC, the floppy driver automatically
/linux-2.6.39/arch/m68k/fpsp040/
Dsetox.S665 | MOVE.W #$3FDC,L2 ...prefetch L2 in CB mode
/linux-2.6.39/drivers/scsi/
DKconfig1400 (including the Control Concepts SCSI/IDE/SIO/PIO/FDC cards).