eos_flags
if (tms_priv->eos_flags & REOS)
return ibeos(board, eos_cmd.eos, eos_cmd.eos_flags);
short eos_flags; /* eos mode */
priv->eos_check = (priv->eos_flags & REOS) == 0; /* do eos check */
priv->eos_check_8 = priv->eos_flags & BIN; /* over 8 bits */
priv->eos_flags = REOS;
priv->eos_flags |= BIN;
priv->eos_flags &= ~REOS;
if (tms_priv->eos_flags & REOS)
short eos_flags;
short eos_flags; /* eos mode */
((struct usb_gpib_priv *)board->private_data)->eos_flags &= ~REOS;
((struct usb_gpib_priv *)board->private_data)->eos_flags);
pd->eos_flags = REOS;
pd->eos_flags |= BIN;
priv->eos_flags = REOS;
priv->eos_flags |= BIN;
priv->eos_flags &= ~REOS;
if ((priv->eos_flags & REOS) == 0)
if (priv->eos_flags & BIN) {
if (priv->eos_flags & REOS)
__s32 eos_flags;