Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/atari/dev/
H A Dym2149reg.h87 #define PA_FLOP0 0x02 /* Drive Select Floppy 0 */ macro
89 #define PA_FDSEL (PA_SIDEB|PA_FLOP0|PA_FLOP1)
H A Dfd.c783 i = ((drive == 1) ? PA_FLOP1 : PA_FLOP0) | head; in fdselect()