Home
last modified time | relevance | path

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

/linux/drivers/gpib/gpio/
H A Dgpib_bitbang.c284 short eos_mask_7; /* ... with 7 bit masked character */ member
371 priv->eos_mask_7 = priv->eos & 0x7f; /* with this 7 bit eos */ in bb_read()
1374 if (priv->eos_mask_7 == (byte & 0x7f)) in check_for_eos()