Searched refs:CIC_NUM (Results 1 – 6 of 6) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | gpib.h | 19 CIC_NUM = 5, enumerator 39 CIC = (1 << CIC_NUM), /* GPIB interface is Controller-in-Charge */
|
| /linux/drivers/gpib/tms9914/ |
| H A D | tms9914.c | 105 set_bit(CIC_NUM, &board->status); in tms9914_interface_clear() 127 clear_bit(CIC_NUM, &board->status); in tms9914_request_system_control() 787 clear_bit(CIC_NUM, &board->status); in tms9914_interrupt_have_status()
|
| /linux/drivers/gpib/nec7210/ |
| H A D | nec7210.c | 181 set_bit(CIC_NUM, &board->status); in nec7210_update_status_nolock() 183 clear_bit(CIC_NUM, &board->status); in nec7210_update_status_nolock()
|
| /linux/drivers/gpib/agilent_82357a/ |
| H A D | agilent_82357a.c | 869 set_bit(CIC_NUM, &board->status); in agilent_82357a_update_status() 871 clear_bit(CIC_NUM, &board->status); in agilent_82357a_update_status()
|
| /linux/drivers/gpib/gpio/ |
| H A D | gpib_bitbang.c | 908 set_bit(CIC_NUM, &board->status); in bb_interface_clear()
|
| /linux/drivers/gpib/lpvo_usb_gpib/ |
| H A D | lpvo_usb_gpib.c | 634 set_bit(CIC_NUM, &board->status); in usb_gpib_interface_clear()
|