Searched refs:bitbuf_hdlc (Results 1 – 2 of 2) sorted by relevance
182 hdlcdrv_add_bitbuffer_word(&s->bitbuf_hdlc, word); in hdlcdrv_receiver()603 if (s->bitbuf_hdlc.rd == s->bitbuf_hdlc.wr) in hdlcdrv_ioctl()606 s->bitbuf_hdlc.buffer[s->bitbuf_hdlc.rd]; in hdlcdrv_ioctl()607 s->bitbuf_hdlc.rd = (s->bitbuf_hdlc.rd+1) % in hdlcdrv_ioctl()608 sizeof(s->bitbuf_hdlc.buffer); in hdlcdrv_ioctl()673 s->bitbuf_hdlc.rd = s->bitbuf_hdlc.wr = 0; in hdlcdrv_setup()674 s->bitbuf_hdlc.shreg = 0x80; in hdlcdrv_setup()
146 struct hdlcdrv_bitbuffer bitbuf_hdlc; member