Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/block/
H A Dswim3.c38 #define MAX_FLOPPIES 2 macro
41 static struct gendisk *disks[MAX_FLOPPIES];
218 static struct floppy_state floppy_states[MAX_FLOPPIES];
1179 if (floppy_count >= MAX_FLOPPIES) in swim3_attach()