Home
last modified time | relevance | path

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

/linux-6.15/arch/alpha/include/asm/
H A Dfloppy.h82 static int FDC2 = -1; variable
/linux-6.15/arch/powerpc/include/asm/
H A Dfloppy.h195 static int FDC2 = -1; variable
/linux-6.15/arch/parisc/include/asm/
H A Dfloppy.h249 static int FDC2 = -1; variable
/linux-6.15/arch/x86/include/asm/
H A Dfloppy.h249 static int FDC2 = -1; variable
/linux-6.15/drivers/block/
H A Dfloppy.c4367 if (current_drive >= 4 && !FDC2) in set_cmos()
4368 FDC2 = 0x370; in set_cmos()
4388 {"two_fdc", NULL, &FDC2, 0x370, 0},
4389 {"one_fdc", NULL, &FDC2, 0, 0},
4650 fdc_state[1].address = FDC2; in do_floppy_init()