Searched refs:PA_FLOP0 (Results 1 – 2 of 2) sorted by relevance
87 #define PA_FLOP0 0x02 /* Drive Select Floppy 0 */ macro89 #define PA_FDSEL (PA_SIDEB|PA_FLOP0|PA_FLOP1)
783 i = ((drive == 1) ? PA_FLOP1 : PA_FLOP0) | head; in fdselect()