Home
last modified time | relevance | path

Searched refs:DMA_WRITE_IN_PROGRESS_BN (Results 1 – 5 of 5) 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.c373 clear_bit(DMA_WRITE_IN_PROGRESS_BN, &nec_priv->state); in fluke_dma_callback()
422 set_bit(DMA_WRITE_IN_PROGRESS_BN, &nec_priv->state); in fluke_dma_write()
446 if (test_bit(DMA_WRITE_IN_PROGRESS_BN, &nec_priv->state)) in fluke_dma_write()
/linux/drivers/gpib/fmh_gpib/
H A Dfmh_gpib.c380 clear_bit(DMA_WRITE_IN_PROGRESS_BN, &nec_priv->state); in fmh_gpib_dma_callback()
443 set_bit(DMA_WRITE_IN_PROGRESS_BN, &nec_priv->state); in fmh_gpib_dma_write()
467 if (test_bit(DMA_WRITE_IN_PROGRESS_BN, &nec_priv->state)) in fmh_gpib_dma_write()