Home
last modified time | relevance | path

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

/Linux-v5.10/arch/m68k/atari/
Dconfig.c62 int atari_dont_touch_floppy_select; variable
63 EXPORT_SYMBOL(atari_dont_touch_floppy_select);
450 if (atari_dont_touch_floppy_select) in atari_heartbeat()
/Linux-v5.10/arch/m68k/include/asm/
Datarihw.h31 extern int atari_dont_touch_floppy_select;
/Linux-v5.10/drivers/block/
Dataflop.c521 atari_dont_touch_floppy_select = 1; in fd_select_drive()
545 atari_dont_touch_floppy_select = 0; in fd_deselect()