tag | line | file | source code |
---|---|---|---|
AUXIO_FLPY_DSEL | 38 | include/asm-sparc/auxio.h | #define FLPY_MOTORON *AUXREG = ((*AUXREG | AUXIO_ORMEIN) | AUXIO_FLPY_DSEL) |
AUXIO_FLPY_DSEL | 39 | include/asm-sparc/auxio.h | #define FLPY_MOTOROFF *AUXREG = ((*AUXREG | AUXIO_ORMEIN) & (~AUXIO_FLPY_DSEL)) |
AUXIO_FLPY_DSEL | 136 | include/asm-sparc/floppy.h | if (value & 0x10) bits |= AUXIO_FLPY_DSEL; |
AUXIO_FLPY_DSEL | 138 | include/asm-sparc/floppy.h | set_auxio(bits, (~bits) & (AUXIO_FLPY_DSEL|AUXIO_FLPY_EJCT)); |