Home
last modified time | relevance | path

Searched refs:FDC1 (Results 1 – 10 of 10) sorted by relevance

/linux/arch/mips/include/asm/
H A Dfloppy.h32 #define FDC1 fd_getfdaddr1() macro
/linux/arch/arm/include/asm/
H A Dfloppy.h60 #define FDC1 (0x3f0) macro
/linux/arch/alpha/include/asm/
H A Dfloppy.h81 static int FDC1 = 0x3f0; variable
/linux/arch/m68k/include/asm/
H A Dfloppy.h35 #define FDC1 m68k_floppy_init() macro
/linux/arch/powerpc/include/asm/
H A Dfloppy.h194 static int FDC1 = 0x3f0; variable
/linux/arch/parisc/include/asm/
H A Dfloppy.h248 static int FDC1 = 0x3f0; /* Lies. Floppy controller is memory mapped, not io mapped */ variable
/linux/arch/x86/include/asm/
H A Dfloppy.h248 static int FDC1 = 0x3f0; variable
/linux/arch/sparc/include/asm/
H A Dfloppy_32.h94 #define FDC1 sun_floppy_init() macro
H A Dfloppy_64.h93 #define FDC1 ((unsigned long)sun_fdc) macro
/linux/drivers/block/
H A Dfloppy.c4582 if (check_legacy_ioport(FDC1)) in do_floppy_init()
4644 fdc_state[0].address = FDC1; in do_floppy_init()