Searched refs:DMA_WRITE_IN_PROGRESS_BN (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/staging/gpib/nec7210/ |
| H A D | nec7210.c | 711 set_bit(DMA_WRITE_IN_PROGRESS_BN, &priv->state); in __dma_write() 717 test_bit(DMA_WRITE_IN_PROGRESS_BN, &priv->state) == 0 || in __dma_write() 899 if (test_bit(DMA_WRITE_IN_PROGRESS_BN, &priv->state) == 0) in nec7210_interrupt_have_status() 902 if (test_bit(DMA_WRITE_IN_PROGRESS_BN, &priv->state)) { // write data, isa dma mode in nec7210_interrupt_have_status() 908 clear_bit(DMA_WRITE_IN_PROGRESS_BN, &priv->state); in nec7210_interrupt_have_status()
|
| /linux-6.15/drivers/staging/gpib/include/ |
| H A D | nec7210.h | 69 DMA_WRITE_IN_PROGRESS_BN, // dma write transfer in progress enumerator
|
| H A D | tms9914.h | 72 DMA_WRITE_IN_PROGRESS_BN, // dma write transfer in progress enumerator
|
| /linux-6.15/drivers/staging/gpib/eastwood/ |
| H A D | fluke_gpib.c | 368 clear_bit(DMA_WRITE_IN_PROGRESS_BN, &nec_priv->state); in fluke_dma_callback() 417 set_bit(DMA_WRITE_IN_PROGRESS_BN, &nec_priv->state); in fluke_dma_write() 441 if (test_bit(DMA_WRITE_IN_PROGRESS_BN, &nec_priv->state)) in fluke_dma_write()
|
| /linux-6.15/drivers/staging/gpib/fmh_gpib/ |
| H A D | fmh_gpib.c | 374 clear_bit(DMA_WRITE_IN_PROGRESS_BN, &nec_priv->state); in fmh_gpib_dma_callback() 436 set_bit(DMA_WRITE_IN_PROGRESS_BN, &nec_priv->state); in fmh_gpib_dma_write() 460 if (test_bit(DMA_WRITE_IN_PROGRESS_BN, &nec_priv->state)) in fmh_gpib_dma_write()
|