Home
last modified time | relevance | path

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

/Linux-v5.4/arch/alpha/kernel/
Dsmc37c93x.c36 #define FDC 0 macro
190 outb(FDC, dataPort); in SMCEnableFDC()
221 printk(currentControl & (1 << FDC) in SMCReportDeviceStatus()
/Linux-v5.4/drivers/tty/
DKconfig413 TTY devices are named e.g. ttyFDC3c2 (for FDC channel 2 of the FDC on
416 The console can be enabled with console=fdc1 (for FDC channel 1 on all
418 to drain the FDC TX FIFO.
423 bool "Early FDC console"
426 This registers a console on FDC channel 1 very early during boot (from
430 Do not enable unless there is a debug probe attached to drain the FDC
436 bool "Use KGDB over an FDC channel"
440 This enables the use of KGDB over an FDC channel, allowing KGDB to be
444 int "KGDB FDC channel"
449 FDC channel number to use for KGDB.
/Linux-v5.4/drivers/block/
Dfloppy.c305 #define FDC(x) (((x) & 0x04) >> 2) /* fdc of drive */ macro
317 #define UFDCS (&fdc_state[FDC(drive)])
741 int fdc = FDC(drive); in disk_change()
746 (FDCS->dor & 3) != UNIT(drive) || fdc != FDC(drive)) { in disk_change()
748 DPRINT("drive=%d fdc=%d dor=%x\n", drive, FDC(drive), in disk_change()
849 if (FDC(drive) == fdc && (mode || UDRS->track != NEED_1_RECAL)) in reset_fdc_info()
857 fdc = FDC(drive); in set_fdc()
915 set_dor(FDC(nr), mask, 0); in motor_off_callback()
922 int fdc = FDC(drive); in floppy_off()
3182 if (FDC(drive) != fdc) in raw_cmd_ioctl()
[all …]
/Linux-v5.4/Documentation/media/v4l-drivers/
Dzr364xx.rst93 0x0595 0x4343 Firstline FDC 2000
/Linux-v5.4/Documentation/scsi/
Dqlogicfas.txt5 (including the Control Concepts SCSI/IDE/SIO/PIO/FDC cards).
/Linux-v5.4/Documentation/admin-guide/blockdev/
Dfloppy.rst98 you have an FDC without a FIFO (8272A or 82072). 82072A and
104 If you have a FIFO-able FDC, the floppy driver automatically
/Linux-v5.4/drivers/bus/
DKconfig64 Fast Debug Channel (FDC).
/Linux-v5.4/arch/m68k/fpsp040/
Dsetox.S665 | MOVE.W #$3FDC,L2 ...prefetch L2 in CB mode
/Linux-v5.4/drivers/scsi/
DKconfig1121 (including the Control Concepts SCSI/IDE/SIO/PIO/FDC cards).