Home
last modified time | relevance | path

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

/Linux-v4.19/arch/m68k/atari/
Dconfig.c62 int atari_dont_touch_floppy_select; variable
63 EXPORT_SYMBOL(atari_dont_touch_floppy_select);
452 if (atari_dont_touch_floppy_select) in atari_heartbeat()
/Linux-v4.19/arch/m68k/include/asm/
Datarihw.h32 extern int atari_dont_touch_floppy_select;
/Linux-v4.19/drivers/block/
Dataflop.c442 atari_dont_touch_floppy_select = 1; in fd_select_drive()
466 atari_dont_touch_floppy_select = 0; in fd_deselect()