Searched refs:ATN_NUM (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/staging/gpib/uapi/ |
| H A D | gpib_user.h | 18 ATN_NUM = 4, enumerator 38 ATN = (1 << ATN_NUM), /* Attention is asserted */
|
| /linux-6.15/drivers/staging/gpib/nec7210/ |
| H A D | nec7210.c | 196 clear_bit(ATN_NUM, &board->status); in nec7210_update_status_nolock() 198 set_bit(ATN_NUM, &board->status); in nec7210_update_status_nolock() 405 if (test_bit(ATN_NUM, &board->status)) in nec7210_atn_has_changed() 410 if (test_bit(ATN_NUM, &board->status)) in nec7210_atn_has_changed() 629 (wake_on_atn && test_bit(ATN_NUM, &board->status)) || in pio_write_wait()
|
| /linux-6.15/drivers/staging/gpib/tms9914/ |
| H A D | tms9914.c | 364 set_bit(ATN_NUM, &board->status); in update_status_nolock() 366 clear_bit(ATN_NUM, &board->status); in update_status_nolock()
|
| /linux-6.15/drivers/staging/gpib/agilent_82357a/ |
| H A D | agilent_82357a.c | 729 if (test_bit(ATN_NUM, &board->status)) in agilent_82357a_take_control() 892 set_bit(ATN_NUM, &board->status); in agilent_82357a_update_status() 894 clear_bit(ATN_NUM, &board->status); in agilent_82357a_update_status()
|
| /linux-6.15/drivers/staging/gpib/gpio/ |
| H A D | gpib_bitbang.c | 955 clear_bit(ATN_NUM, &board->status); in bb_update_status() 957 set_bit(ATN_NUM, &board->status); in bb_update_status()
|