Home
last modified time | relevance | path

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

/Linux-v4.19/arch/alpha/kernel/
Dsmc37c93x.c37 #define FDC 0 macro
191 outb(FDC, dataPort); in SMCEnableFDC()
222 printk(currentControl & (1 << FDC) in SMCReportDeviceStatus()
/Linux-v4.19/drivers/tty/
DKconfig401 TTY devices are named e.g. ttyFDC3c2 (for FDC channel 2 of the FDC on
404 The console can be enabled with console=fdc1 (for FDC channel 1 on all
406 to drain the FDC TX FIFO.
411 bool "Early FDC console"
414 This registers a console on FDC channel 1 very early during boot (from
418 Do not enable unless there is a debug probe attached to drain the FDC
424 bool "Use KGDB over an FDC channel"
428 This enables the use of KGDB over an FDC channel, allowing KGDB to be
432 int "KGDB FDC channel"
437 FDC channel number to use for KGDB.
/Linux-v4.19/drivers/block/
Dfloppy.c304 #define FDC(x) (((x) & 0x04) >> 2) /* fdc of drive */ macro
316 #define UFDCS (&fdc_state[FDC(drive)])
740 int fdc = FDC(drive); in disk_change()
745 (FDCS->dor & 3) != UNIT(drive) || fdc != FDC(drive)) { in disk_change()
747 DPRINT("drive=%d fdc=%d dor=%x\n", drive, FDC(drive), in disk_change()
848 if (FDC(drive) == fdc && (mode || UDRS->track != NEED_1_RECAL)) in reset_fdc_info()
856 fdc = FDC(drive); in set_fdc()
914 set_dor(FDC(nr), mask, 0); in motor_off_callback()
921 int fdc = FDC(drive); in floppy_off()
3190 if (FDC(drive) != fdc) in raw_cmd_ioctl()
[all …]
/Linux-v4.19/Documentation/media/v4l-drivers/
Dzr364xx.rst91 0x0595 0x4343 Firstline FDC 2000
/Linux-v4.19/Documentation/scsi/
Dqlogicfas.txt5 (including the Control Concepts SCSI/IDE/SIO/PIO/FDC cards).
/Linux-v4.19/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-v4.19/drivers/bus/
DKconfig54 Fast Debug Channel (FDC).
/Linux-v4.19/arch/m68k/fpsp040/
Dsetox.S665 | MOVE.W #$3FDC,L2 ...prefetch L2 in CB mode
/Linux-v4.19/drivers/scsi/
DKconfig1085 (including the Control Concepts SCSI/IDE/SIO/PIO/FDC cards).