Home
last modified time | relevance | path

Searched refs:DMA_WRITE_IN_PROGRESS_BN (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpib/nec7210/
H A Dnec7210.c716 set_bit(DMA_WRITE_IN_PROGRESS_BN, &priv->state); in __dma_write()
722 test_bit(DMA_WRITE_IN_PROGRESS_BN, &priv->state) == 0 || in __dma_write()
905 if (test_bit(DMA_WRITE_IN_PROGRESS_BN, &priv->state) == 0) in nec7210_interrupt_have_status()
908 if (test_bit(DMA_WRITE_IN_PROGRESS_BN, &priv->state)) { // write data, isa dma mode in nec7210_interrupt_have_status()
914 clear_bit(DMA_WRITE_IN_PROGRESS_BN, &priv->state); in nec7210_interrupt_have_status()
/linux/drivers/gpib/include/
H A Dnec7210.h69 DMA_WRITE_IN_PROGRESS_BN, // dma write transfer in progress enumerator
H A Dtms9914.h72 DMA_WRITE_IN_PROGRESS_BN, // dma write transfer in progress enumerator
/linux/drivers/gpib/eastwood/
H A Dfluke_gpib.c372 clear_bit(DMA_WRITE_IN_PROGRESS_BN, &nec_priv->state); in fluke_dma_callback()
421 set_bit(DMA_WRITE_IN_PROGRESS_BN, &nec_priv->state); in fluke_dma_write()
445 if (test_bit(DMA_WRITE_IN_PROGRESS_BN, &nec_priv->state)) in fluke_dma_write()