Home
last modified time | relevance | path

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

/linux/drivers/gpib/include/
H A Dnec7210_registers.h127 HR_ADM1 = (1 << 1), enumerator
/linux/drivers/gpib/nec7210/
H A Dnec7210.c130 priv->reg_bits[ADMR] |= HR_ADM1; in nec7210_secondary_address()
136 priv->reg_bits[ADMR] &= ~HR_ADM1; in nec7210_secondary_address()
/linux/drivers/gpib/ni_usb/
H A Dni_usb_gpib.c1310 admr_bits |= HR_ADM1; in ni_usb_write_sad()