Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/block/
Dswim3.c38 #define MAX_FLOPPIES 2 macro
41 static struct gendisk *disks[MAX_FLOPPIES];
218 static struct floppy_state floppy_states[MAX_FLOPPIES];
1196 if (floppy_count >= MAX_FLOPPIES) in swim3_attach()