Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/hamradio/
Dbaycom_epp.c378 unsigned bitstream, notbitstream, bitbuf, numbit, crc; in encode_hdlc() local
400 notbitstream = ~bitstream; in encode_hdlc()
406 if (unlikely(!(notbitstream & (0x1f0 << j)))) { in encode_hdlc()
411 notbitstream = ~bitstream; in encode_hdlc()
569 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local
593 notbitstream = ~bitstream; in receive()
597 if (unlikely(!(notbitstream & (0x0fc << j)))) { in receive()
600 if (!(notbitstream & (0x1fc << j))) in receive()