Searched refs:FDC2 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/alpha/include/asm/ |
D | floppy.h | 81 static int FDC2 = -1; variable
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | floppy.h | 192 static int FDC2 = -1; variable
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | floppy.h | 248 static int FDC2 = -1; variable
|
/Linux-v5.4/arch/x86/include/asm/ |
D | floppy.h | 249 static int FDC2 = -1; variable
|
/Linux-v5.4/drivers/block/ |
D | floppy.c | 4378 if (current_drive >= 4 && !FDC2) in set_cmos() 4379 FDC2 = 0x370; in set_cmos() 4399 {"two_fdc", NULL, &FDC2, 0x370, 0}, 4400 {"one_fdc", NULL, &FDC2, 0, 0}, 4622 fdc_state[1].address = FDC2; in do_floppy_init()
|