Searched refs:STATUS_DMA (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/m68k/include/asm/
H A Dfloppy.h215 st &= STATUS_DMA | STATUS_READY;
216 if (st != (STATUS_DMA | STATUS_READY))
232 if (st == STATUS_DMA)
234 if (!(st & STATUS_DMA)) {
H A Dsun3xflop.h55 return (*sun3x_fdc.status_r) & ~STATUS_DMA;
/linux-master/arch/powerpc/include/asm/
H A Dfloppy.h65 st &= STATUS_DMA | STATUS_READY;
66 if (st != (STATUS_DMA | STATUS_READY))
77 if (st == STATUS_DMA)
79 if (!(st & STATUS_DMA)) {
/linux-master/arch/parisc/include/asm/
H A Dfloppy.h79 st &= STATUS_DMA | STATUS_READY;
80 if (st != (STATUS_DMA | STATUS_READY))
97 if (st == STATUS_DMA)
99 if (!(st & STATUS_DMA)) {
/linux-master/arch/x86/include/asm/
H A Dfloppy.h80 st &= STATUS_DMA | STATUS_READY;
81 if (st != (STATUS_DMA | STATUS_READY))
96 if (st == STATUS_DMA)
98 if (!(st & STATUS_DMA)) {
/linux-master/include/uapi/linux/
H A Dfdreg.h36 #define STATUS_DMA 0x20 /* 0- DMA mode */ macro
/linux-master/arch/sparc/include/asm/
H A Dfloppy_32.h122 return sun_fdc->status_82072 & ~STATUS_DMA;
170 return sun_fdc->status_82077 & ~STATUS_DMA;
H A Dfloppy_64.h109 return sbus_readb(&sun_fdc->status_82077) & ~STATUS_DMA;
/linux-master/drivers/block/
H A Dfloppy.c788 int state = status & (STATUS_READY | STATUS_DIR | STATUS_DMA);
1171 status &= STATUS_DIR | STATUS_READY | STATUS_BUSY | STATUS_DMA;

Completed in 142 milliseconds