Home
last modified time | relevance | path

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

/linux/drivers/staging/gpib/agilent_82350b/
H A Dagilent_82350b.h68 EVENT_ENABLE_REG = 0x5, enumerator
H A Dagilent_82350b.c713 a_priv->gpib_base + EVENT_ENABLE_REG); in agilent_82350b_generic_attach()
720 writeb(0, a_priv->gpib_base + EVENT_ENABLE_REG); in agilent_82350b_generic_attach()
/linux/drivers/staging/gpib/hp_82341/
H A Dhp_82341.c764 ENABLE_TI_INTERRUPT_EVENT_BIT, hp_priv->iobase[0] + EVENT_ENABLE_REG); in hp_82341_attach()