REOS
if (tms_priv->eos_flags & REOS)
if (a_priv->eos_mode & REOS)
a_priv->eos_mode = REOS | BIN;
a_priv->eos_mode &= ~REOS;
if (eosflags & REOS) {
priv->eos_check = (priv->eos_flags & REOS) == 0; /* do eos check */
priv->eos_flags = REOS;
priv->eos_flags &= ~REOS;
if (tms_priv->eos_flags & REOS)
((struct usb_gpib_priv *)board->private_data)->eos_flags &= ~REOS;
pd->eos_flags = REOS;
ni_priv->eos_mode |= REOS;
priv->eos_flags = REOS;
priv->eos_flags &= ~REOS;
if ((priv->eos_flags & REOS) == 0)
if (priv->eos_flags & REOS)