Lines Matching +full:0 +full:x33
14 #if 0
24 } while(0)
41 return 0; in fd_dma_setup()
56 * to a non-zero track, and then restoring it to track 0. If an error occurs,
61 { 0x10, 0x21, 0x23, 0x33 },
62 { 0x10, 0x21, 0x23, 0x33 }
68 if (new_dor & 0xf0) \
69 new_dor = (new_dor & 0x0c) | floppy_selects[fdc][new_dor & 3]; \
71 new_dor &= 0x0c; \
73 } while (0)
80 #if 0 in fd_scandrives()
86 raw_cmd->track = 0; in fd_scandrives()
88 drive_count = 0; in fd_scandrives()
89 for (floppy = 0; floppy < 4; floppy ++) { in fd_scandrives()
110 floppy_selects[fdc][3] = 0; in fd_scandrives()
116 floppy_selects[0][0] = 0x10; in fd_scandrives()
117 floppy_selects[0][1] = 0x21; in fd_scandrives()
118 floppy_selects[0][2] = 0x23; in fd_scandrives()
119 floppy_selects[0][3] = 0x33; in fd_scandrives()
123 #define FDC1 (0x3f0)
131 #define CROSS_64KB(a,s) (0)
141 floppy_selects[0][0] ^= floppy_selects[0][1]; in driveswap()
142 floppy_selects[0][1] ^= floppy_selects[0][0]; in driveswap()
143 floppy_selects[0][0] ^= floppy_selects[0][1]; in driveswap()
146 #define EXTRA_FLOPPY_PARAMS ,{ "driveswap", &driveswap, NULL, 0, 0 }