Home
last modified time | relevance | path

Searched refs:FDC2 (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/alpha/include/asm/
Dfloppy.h83 static int FDC2 = -1; variable
/linux-4.4.14/arch/powerpc/include/asm/
Dfloppy.h194 static int FDC2 = -1; variable
/linux-4.4.14/arch/parisc/include/asm/
Dfloppy.h261 static int FDC2 = -1; variable
/linux-4.4.14/arch/x86/include/asm/
Dfloppy.h249 static int FDC2 = -1; variable
/linux-4.4.14/drivers/block/
Dfloppy.c4019 if (current_drive >= 4 && !FDC2) in set_cmos()
4020 FDC2 = 0x370; in set_cmos()
4040 {"two_fdc", NULL, &FDC2, 0x370, 0},
4041 {"one_fdc", NULL, &FDC2, 0, 0},
4256 fdc_state[1].address = FDC2; in do_floppy_init()