Searched refs:BUS_ERROR_BN (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpib/nec7210/ |
| H A D | nec7210.c | 429 clear_bit(BUS_ERROR_BN, &priv->state); in nec7210_command() 434 test_bit(BUS_ERROR_BN, &priv->state) || in nec7210_command() 442 if (test_and_clear_bit(BUS_ERROR_BN, &priv->state)) in nec7210_command() 456 test_bit(BUS_ERROR_BN, &priv->state) || in nec7210_command() 463 if (test_and_clear_bit(BUS_ERROR_BN, &priv->state)) in nec7210_command() 631 (wake_on_bus_error && test_bit(BUS_ERROR_BN, &priv->state)) || in pio_write_wait() 643 if (wake_on_bus_error && test_and_clear_bit(BUS_ERROR_BN, &priv->state)) in pio_write_wait() 659 clear_bit(BUS_ERROR_BN, &priv->state); in pio_write() 682 clear_bit(BUS_ERROR_BN, &priv->state); in pio_write() 723 test_bit(BUS_ERROR_BN, &priv->state) || in __dma_write() [all …]
|
| /linux/drivers/gpib/tms9914/ |
| H A D | tms9914.c | 556 test_bit(BUS_ERROR_BN, &priv->state) || in pio_write_wait() 563 if (test_bit(BUS_ERROR_BN, &priv->state)) in pio_write_wait() 604 clear_bit(BUS_ERROR_BN, &priv->state); in tms9914_write() 782 set_bit(BUS_ERROR_BN, &priv->state); in tms9914_interrupt_have_status()
|
| /linux/drivers/gpib/cb7210/ |
| H A D | cb7210.c | 286 clear_bit(BUS_ERROR_BN, &nec_priv->state); in fifo_write() 296 test_bit(BUS_ERROR_BN, &nec_priv->state) || in fifo_write() 303 test_bit(BUS_ERROR_BN, &nec_priv->state)) in fifo_write() 336 test_bit(BUS_ERROR_BN, &nec_priv->state) || in fifo_write() 342 if (test_bit(BUS_ERROR_BN, &nec_priv->state)) in fifo_write()
|
| /linux/drivers/gpib/include/ |
| H A D | nec7210.h | 74 BUS_ERROR_BN, // output error has occurred enumerator
|
| H A D | tms9914.h | 77 BUS_ERROR_BN, // bus error enumerator
|
| /linux/drivers/gpib/fmh_gpib/ |
| H A D | fmh_gpib.c | 450 test_bit(BUS_ERROR_BN, &nec_priv->state) || in fmh_gpib_dma_write() 459 if (test_and_clear_bit(BUS_ERROR_BN, &nec_priv->state)) in fmh_gpib_dma_write() 639 test_bit(BUS_ERROR_BN, &nec_priv->state) || in fmh_gpib_fifo_write_countable() 648 if (test_and_clear_bit(BUS_ERROR_BN, &nec_priv->state)) in fmh_gpib_fifo_write_countable()
|
| /linux/drivers/gpib/eastwood/ |
| H A D | fluke_gpib.c | 430 test_bit(BUS_ERROR_BN, &nec_priv->state) || in fluke_dma_write() 439 if (test_and_clear_bit(BUS_ERROR_BN, &nec_priv->state)) in fluke_dma_write()
|
| /linux/drivers/gpib/ines/ |
| H A D | ines_gpib.c | 203 test_bit(BUS_ERROR_BN, &nec_priv->state) || in ines_write_wait() 208 if (test_bit(BUS_ERROR_BN, &nec_priv->state)) in ines_write_wait()
|
| /linux/drivers/gpib/tnt4882/ |
| H A D | tnt4882_gpib.c | 439 test_bit(BUS_ERROR_BN, &nec_priv->state) || in write_wait() 446 if (test_and_clear_bit(BUS_ERROR_BN, &nec_priv->state)) in write_wait()
|