Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/atari/
Dconfig.c63 int atari_dont_touch_floppy_select; variable
64 EXPORT_SYMBOL(atari_dont_touch_floppy_select);
450 if (atari_dont_touch_floppy_select) in atari_heartbeat()
/linux-6.1.9/arch/m68k/include/asm/
Datarihw.h31 extern int atari_dont_touch_floppy_select;
/linux-6.1.9/drivers/block/
Dataflop.c534 atari_dont_touch_floppy_select = 1; in fd_select_drive()
558 atari_dont_touch_floppy_select = 0; in fd_deselect()