Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/hamradio/
Dhdlcdrv.c245 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 …]
Dbaycom_epp.c216 unsigned int bitbuf, bitstream, numbits, state; member
490 bitstream &= ~(0x100 << j); \
494 notbitstream = ~bitstream; \
504 unsigned bitstream, notbitstream, bitbuf, numbit, crc; in encode_hdlc() local
520 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 …]
/linux-2.4.37.9/drivers/usb/
Ddabfirmware.h652 static unsigned char bitstream[] = { variable
Ddabusb.c384 unsigned char *buf = bitstream; in dabusb_fpga_download()
/linux-2.4.37.9/include/linux/
Dhdlcdrv.h205 unsigned int bitstream; member
225 unsigned int bitstream; member