Searched refs:FDC2 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/alpha/include/asm/ |
H A D | floppy.h | 82 static int FDC2 = -1; variable
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | floppy.h | 195 static int FDC2 = -1; variable
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | floppy.h | 249 static int FDC2 = -1; variable
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | floppy.h | 249 static int FDC2 = -1; variable
|
/openbmc/linux/drivers/block/ |
H A D | floppy.c | 4363 if (current_drive >= 4 && !FDC2) in set_cmos() 4364 FDC2 = 0x370; in set_cmos() 4384 {"two_fdc", NULL, &FDC2, 0x370, 0}, 4385 {"one_fdc", NULL, &FDC2, 0, 0}, 4644 fdc_state[1].address = FDC2; in do_floppy_init()
|