Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfdreg.h36 #define STATUS_DMA 0x20 /* 0- DMA mode */ macro
/linux/arch/m68k/include/asm/
H A Dsun3xflop.h55 return (*sun3x_fdc.status_r) & ~STATUS_DMA; in sun3x_82072_fd_inb()
/linux/drivers/block/
H A Dfloppy.c784 int state = status & (STATUS_READY | STATUS_DIR | STATUS_DMA); in is_ready_state()
1167 status &= STATUS_DIR | STATUS_READY | STATUS_BUSY | STATUS_DMA; in result()