Searched refs:IN_FIFO_ENABLE_BIT (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/staging/gpib/ines/ |
H A D | ines.h | 169 IN_FIFO_ENABLE_BIT = 0x8, enumerator
|
H A D | ines_gpib.c | 155 nec7210_set_reg_bits(nec_priv, ADMR, IN_FIFO_ENABLE_BIT, 0); in ines_accel_read() 156 nec7210_set_reg_bits(nec_priv, ADMR, IN_FIFO_ENABLE_BIT, IN_FIFO_ENABLE_BIT); in ines_accel_read() 718 nec7210_set_reg_bits(nec_priv, ADMR, IN_FIFO_ENABLE_BIT | OUT_FIFO_ENABLE_BIT, 0); in ines_online()
|