Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/m68k/include/asm/
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()
A Dsun3xflop.h55 return (*sun3x_fdc.status_r) & ~STATUS_DMA; in sun3x_82072_fd_inb()
/linux-6.3-rc2/arch/powerpc/include/asm/
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()
/linux-6.3-rc2/arch/parisc/include/asm/
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()
/linux-6.3-rc2/arch/x86/include/asm/
A Dfloppy.h80 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
81 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
96 if (st == STATUS_DMA) in floppy_hardint()
98 if (!(st & STATUS_DMA)) { in floppy_hardint()
/linux-6.3-rc2/arch/sparc/include/asm/
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()
A Dfloppy_64.h109 return sbus_readb(&sun_fdc->status_82077) & ~STATUS_DMA; in sun_82077_fd_inb()
/linux-6.3-rc2/include/uapi/linux/
A Dfdreg.h36 #define STATUS_DMA 0x20 /* 0- DMA mode */ macro
/linux-6.3-rc2/drivers/block/
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()

Completed in 18 milliseconds