Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dfloppy.h59 static unsigned char floppy_selects[2][4] = variable
69 new_dor = (new_dor & 0x0c) | floppy_selects[fdc][new_dor & 3]; \
109 floppy_selects[fdc][i] = floppy_selects[fdc][i + 1]; 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()
141 floppy_selects[0][0] ^= floppy_selects[0][1]; in driveswap()
142 floppy_selects[0][1] ^= floppy_selects[0][0]; in driveswap()
[all …]