Home
last modified time | relevance | path

Searched refs:RFD_HOLDOFF_BN (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpib/include/
H A Dnec7210.h75 RFD_HOLDOFF_BN, // rfd holdoff in effect enumerator
/linux/drivers/gpib/nec7210/
H A Dnec7210.c370 if (test_bit(RFD_HOLDOFF_BN, &priv->state) && in nec7210_release_rfd_holdoff()
373 clear_bit(RFD_HOLDOFF_BN, &priv->state); in nec7210_release_rfd_holdoff()
882 set_bit(RFD_HOLDOFF_BN, &priv->state); in nec7210_interrupt_have_status()
889 set_bit(RFD_HOLDOFF_BN, &priv->state); in nec7210_interrupt_have_status()
/linux/drivers/gpib/eastwood/
H A Dfluke_gpib.c827 if (test_bit(RFD_HOLDOFF_BN, &nec_priv->state)) in fluke_gpib_internal_interrupt()