Searched refs:bitstream (Results 1 – 5 of 5) sorted by relevance
245 s->hdlcrx.bitstream >>= 16; in hdlcdrv_receiver()246 s->hdlcrx.bitstream |= word << 16; in hdlcdrv_receiver()255 if ((s->hdlcrx.bitstream & mask1) == mask1) in hdlcdrv_receiver()257 else if ((s->hdlcrx.bitstream & mask2) == mask3) { in hdlcdrv_receiver()270 } else if ((s->hdlcrx.bitstream & mask4) == mask5) { in hdlcdrv_receiver()387 s->hdlctx.bitstream = 0; in hdlcdrv_transmitter()399 s->hdlctx.bitstream >>= 8; in hdlcdrv_transmitter()400 s->hdlctx.bitstream |= (*s->hdlctx.bp++) << 16; in hdlcdrv_transmitter()407 if ((s->hdlctx.bitstream & mask1) != mask1) in hdlcdrv_transmitter()409 s->hdlctx.bitstream &= ~mask2; in hdlcdrv_transmitter()[all …]
216 unsigned int bitbuf, bitstream, numbits, state; member490 bitstream &= ~(0x100 << j); \494 notbitstream = ~bitstream; \504 unsigned bitstream, notbitstream, bitbuf, numbit, crc; in encode_hdlc() local520 bitstream = bitbuf = numbit = 0; in encode_hdlc()522 bitstream >>= 8; in encode_hdlc()523 bitstream |= ((unsigned int)*bp) << 8; in encode_hdlc()525 notbitstream = ~bitstream; in encode_hdlc()716 if ((bitstream & (0x1f8 << j)) == (0xf8 << j)) /* stuffed bit */ \728 if ((bitstream & (0x1fe << j)) != (0x0fc << j)) /* flag received */ \[all …]
652 static unsigned char bitstream[] = { variable
384 unsigned char *buf = bitstream; in dabusb_fpga_download()
205 unsigned int bitstream; member225 unsigned int bitstream; member