Home
last modified time | relevance | path

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

/drivers/block/
Dswim3.c42 #define MAX_FLOPPIES 2 macro
45 static struct gendisk *disks[MAX_FLOPPIES];
221 static struct floppy_state floppy_states[MAX_FLOPPIES];
1210 if (index >= MAX_FLOPPIES) in swim3_attach()