Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/block/
H A Dswim3.c39 #define MAX_FLOPPIES 2 macro
42 static struct gendisk *disks[MAX_FLOPPIES];
219 static struct floppy_state floppy_states[MAX_FLOPPIES];
1196 if (floppy_count >= MAX_FLOPPIES) in swim3_attach()

Completed in 4 milliseconds