Home
last modified time | relevance | path

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

/Linux-v5.10/arch/alpha/include/asm/
Dfloppy.h81 static int FDC2 = -1; variable
/Linux-v5.10/arch/powerpc/include/asm/
Dfloppy.h193 static int FDC2 = -1; variable
/Linux-v5.10/arch/parisc/include/asm/
Dfloppy.h249 static int FDC2 = -1; variable
/Linux-v5.10/arch/x86/include/asm/
Dfloppy.h250 static int FDC2 = -1; variable
/Linux-v5.10/drivers/block/
Dfloppy.c4434 if (current_drive >= 4 && !FDC2) in set_cmos()
4435 FDC2 = 0x370; in set_cmos()
4455 {"two_fdc", NULL, &FDC2, 0x370, 0},
4456 {"one_fdc", NULL, &FDC2, 0, 0},
4679 fdc_state[1].address = FDC2; in do_floppy_init()