Searched refs:N_DRIVE (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dfloppy.h35 #define N_DRIVE 8 macro
/linux-master/arch/arm/include/asm/
H A Dfloppy.h66 #define N_DRIVE 4 macro
/linux-master/arch/alpha/include/asm/
H A Dfloppy.h91 #define N_DRIVE 8 macro
/linux-master/drivers/block/
H A Dfloppy.c400 static struct floppy_drive_params drive_params[N_DRIVE];
401 static struct floppy_drive_struct drive_state[N_DRIVE];
402 static struct floppy_write_errors write_errors[N_DRIVE];
403 static struct timer_list motor_off_timer[N_DRIVE];
404 static struct blk_mq_tag_set tag_sets[N_DRIVE];
405 static struct gendisk *opened_disk[N_DRIVE];
478 static struct gendisk *disks[N_DRIVE][ARRAY_SIZE(floppy_type)];
483 static struct floppy_struct *current_type[N_DRIVE];
489 static struct floppy_struct user_params[N_DRIVE];
675 if (drive < 0 || drive >= N_DRIVE) {
[all...]
/linux-master/arch/m68k/include/asm/
H A Dfloppy.h38 #define N_DRIVE 8 macro
/linux-master/arch/powerpc/include/asm/
H A Dfloppy.h204 #define N_DRIVE 8 macro
/linux-master/arch/parisc/include/asm/
H A Dfloppy.h255 #define N_DRIVE 8 macro
/linux-master/arch/x86/include/asm/
H A Dfloppy.h277 #define N_DRIVE 8 macro
/linux-master/arch/sparc/include/asm/
H A Dfloppy_32.h97 #define N_DRIVE 8 macro
H A Dfloppy_64.h96 #define N_DRIVE 8 macro

Completed in 245 milliseconds