Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/hamradio/
Dbaycom_epp.c482 if (!(notbitstream & (0x1f0 << j))) \
494 notbitstream = ~bitstream; \
504 unsigned bitstream, notbitstream, bitbuf, numbit, crc; in encode_hdlc() local
525 notbitstream = ~bitstream; in encode_hdlc()
714 if (!(notbitstream & (0x0fc << j))) /* flag or abort */ \
724 if (!(notbitstream & (0x1fc << j))) { /* abort received */ \
747 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local
770 notbitstream = ~bitstream; in receive()