Searched refs:notbitstream (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | baycom_epp.c | 363 unsigned bitstream, notbitstream, bitbuf, numbit, crc; in encode_hdlc() local 385 notbitstream = ~bitstream; in encode_hdlc() 391 if (unlikely(!(notbitstream & (0x1f0 << j)))) { in encode_hdlc() 396 notbitstream = ~bitstream; in encode_hdlc() 555 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local 579 notbitstream = ~bitstream; in receive() 583 if (unlikely(!(notbitstream & (0x0fc << j)))) { in receive() 586 if (!(notbitstream & (0x1fc << j))) in receive()
|
/kernel/linux/linux-6.6/drivers/net/hamradio/ |
H A D | baycom_epp.c | 363 unsigned bitstream, notbitstream, bitbuf, numbit, crc; in encode_hdlc() local 385 notbitstream = ~bitstream; in encode_hdlc() 391 if (unlikely(!(notbitstream & (0x1f0 << j)))) { in encode_hdlc() 396 notbitstream = ~bitstream; in encode_hdlc() 555 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local 579 notbitstream = ~bitstream; in receive() 583 if (unlikely(!(notbitstream & (0x0fc << j)))) { in receive() 586 if (!(notbitstream & (0x1fc << j))) in receive()
|
Completed in 5 milliseconds