Searched refs:TACS_NUM (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/staging/gpib/uapi/ |
| H A D | gpib_user.h | 17 TACS_NUM = 3, enumerator 37 TACS = (1 << TACS_NUM), /* GPIB interface is addressed as Talker */
|
| /linux-6.15/drivers/staging/gpib/nec7210/ |
| H A D | nec7210.c | 186 set_bit(TACS_NUM, &board->status); in nec7210_update_status_nolock() 188 clear_bit(TACS_NUM, &board->status); in nec7210_update_status_nolock() 624 (test_bit(TACS_NUM, &board->status) && in pio_write_wait()
|
| /linux-6.15/drivers/staging/gpib/tms9914/ |
| H A D | tms9914.c | 370 set_bit(TACS_NUM, &board->status); in update_status_nolock() 372 clear_bit(TACS_NUM, &board->status); in update_status_nolock()
|
| /linux-6.15/drivers/staging/gpib/gpio/ |
| H A D | gpib_bitbang.c | 960 set_bit(TACS_NUM, &board->status); in bb_update_status() 962 clear_bit(TACS_NUM, &board->status); in bb_update_status()
|
| /linux-6.15/drivers/staging/gpib/agilent_82357a/ |
| H A D | agilent_82357a.c | 897 set_bit(TACS_NUM, &board->status); in agilent_82357a_update_status() 899 clear_bit(TACS_NUM, &board->status); in agilent_82357a_update_status()
|
| /linux-6.15/drivers/staging/gpib/fmh_gpib/ |
| H A D | fmh_gpib.c | 345 (test_bit(TACS_NUM, &board->status) && in wait_for_data_out_ready() 569 (test_bit(TACS_NUM, &board->status) && in wait_for_tx_fifo_half_empty()
|
| /linux-6.15/drivers/staging/gpib/eastwood/ |
| H A D | fluke_gpib.c | 324 (test_bit(TACS_NUM, &board->status) && in wait_for_data_out_ready()
|