Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dfloppy.h215 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
216 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
232 if (st == STATUS_DMA) in floppy_hardint()
234 if (!(st & STATUS_DMA)) { in floppy_hardint()
H A Dsun3xflop.h55 return (*sun3x_fdc.status_r) & ~STATUS_DMA; in sun3x_82072_fd_inb()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dfloppy.h65 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
66 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
77 if (st == STATUS_DMA) in floppy_hardint()
79 if (!(st & STATUS_DMA)) { in floppy_hardint()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dfloppy.h79 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
80 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
97 if (st == STATUS_DMA) in floppy_hardint()
99 if (!(st & STATUS_DMA)) { in floppy_hardint()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dfloppy.h81 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
82 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
97 if (st == STATUS_DMA) in floppy_hardint()
99 if (!(st & STATUS_DMA)) { in floppy_hardint()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dfloppy_32.h122 return sun_fdc->status_82072 & ~STATUS_DMA; in sun_82072_fd_inb()
170 return sun_fdc->status_82077 & ~STATUS_DMA; in sun_82077_fd_inb()
H A Dfloppy_64.h109 return sbus_readb(&sun_fdc->status_82077) & ~STATUS_DMA; in sun_82077_fd_inb()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfdreg.h36 #define STATUS_DMA 0x20 /* 0- DMA mode */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfdreg.h34 #define STATUS_DMA 0x20 /* 0- DMA mode */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfdreg.h34 #define STATUS_DMA 0x20 /* 0- DMA mode */ macro
/OK3568_Linux_fs/kernel/drivers/block/
H A Dfloppy.c789 int state = status & (STATUS_READY | STATUS_DIR | STATUS_DMA); in is_ready_state()
1168 status &= STATUS_DIR | STATUS_READY | STATUS_BUSY | STATUS_DMA; in result()