Home
last modified time | relevance | path

Searched refs:hs_mode_bits (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpib/cb7210/
H A Dcb7210.c56 HS_CLR_EOI_EMPTY_INT | HS_CLR_HF_INT | cb_priv->hs_mode_bits, in input_fifo_enable()
59 cb_priv->hs_mode_bits &= ~HS_ENABLE_MASK; in input_fifo_enable()
60 cb7210_write_byte(cb_priv, cb_priv->hs_mode_bits, HS_MODE); in input_fifo_enable()
64 cb_priv->hs_mode_bits |= HS_RX_ENABLE; in input_fifo_enable()
65 cb7210_write_byte(cb_priv, cb_priv->hs_mode_bits, HS_MODE); in input_fifo_enable()
69 cb_priv->hs_mode_bits &= ~HS_ENABLE_MASK; in input_fifo_enable()
70 cb7210_write_byte(cb_priv, cb_priv->hs_mode_bits, nec7210_iobase(cb_priv) + in input_fifo_enable()
245 HS_CLR_EOI_EMPTY_INT | HS_CLR_HF_INT | cb_priv->hs_mode_bits, in output_fifo_enable()
248 cb_priv->hs_mode_bits &= ~HS_ENABLE_MASK; in output_fifo_enable()
249 cb_priv->hs_mode_bits | in output_fifo_enable()
[all...]
H A Dcb7210.h34 u8 hs_mode_bits; member
145 enum hs_mode_bits { enum