Home
last modified time | relevance | path

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

/linux-6.12.1/arch/alpha/kernel/
Dsmc37c93x.c38 #define FDC 0 macro
192 outb(FDC, dataPort); in SMCEnableFDC()
223 printk(currentControl & (1 << FDC) in SMCReportDeviceStatus()
/linux-6.12.1/drivers/tty/
DKconfig338 TTY devices are named e.g. ttyFDC3c2 (for FDC channel 2 of the FDC on
341 The console can be enabled with console=fdc1 (for FDC channel 1 on all
343 to drain the FDC TX FIFO.
348 bool "Early FDC console"
351 This registers a console on FDC channel 1 very early during boot (from
355 Do not enable unless there is a debug probe attached to drain the FDC
361 bool "Use KGDB over an FDC channel"
365 This enables the use of KGDB over an FDC channel, allowing KGDB to be
369 int "KGDB FDC channel"
374 FDC channel number to use for KGDB.
/linux-6.12.1/drivers/block/
Dfloppy.c303 #define FDC(x) (((x) & 0x04) >> 2) /* fdc of drive */ macro
734 int fdc = FDC(drive); in disk_change()
739 (fdc_state[fdc].dor & 3) != UNIT(drive) || fdc != FDC(drive)) { in disk_change()
741 DPRINT("drive=%d fdc=%d dor=%x\n", drive, FDC(drive), in disk_change()
847 if (FDC(drive) == fdc && in reset_fdc_info()
865 fdc = FDC(drive); in set_fdc()
928 set_dor(FDC(nr), mask, 0); in motor_off_callback()
935 int fdc = FDC(drive); in floppy_off()
3146 if (FDC(drive) != current_fdc) in raw_cmd_ioctl()
3548 outparam = &fdc_state[FDC(drive)]; in fd_locked_ioctl()
[all …]
/linux-6.12.1/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-6.12.1/Documentation/scsi/
Dqlogicfas.rst10 (including the Control Concepts SCSI/IDE/SIO/PIO/FDC cards).
/linux-6.12.1/drivers/bus/
DKconfig115 Fast Debug Channel (FDC).
/linux-6.12.1/arch/m68k/fpsp040/
Dsetox.S665 | MOVE.W #$3FDC,L2 ...prefetch L2 in CB mode
/linux-6.12.1/drivers/scsi/
DKconfig1104 (including the Control Concepts SCSI/IDE/SIO/PIO/FDC cards).