Home
last modified time | relevance | path

Searched refs:TACS_NUM (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/staging/gpib/uapi/
H A Dgpib_user.h17 TACS_NUM = 3, enumerator
37 TACS = (1 << TACS_NUM), /* GPIB interface is addressed as Talker */
/linux-6.15/drivers/staging/gpib/nec7210/
H A Dnec7210.c186 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 Dtms9914.c370 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 Dgpib_bitbang.c960 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 Dagilent_82357a.c897 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 Dfmh_gpib.c345 (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 Dfluke_gpib.c324 (test_bit(TACS_NUM, &board->status) && in wait_for_data_out_ready()