Searched refs:bitbuf_channel (Results 1 – 2 of 2) sorted by relevance
579 if (s->bitbuf_channel.rd == s->bitbuf_channel.wr) in hdlcdrv_siocdevprivate()582 s->bitbuf_channel.buffer[s->bitbuf_channel.rd]; in hdlcdrv_siocdevprivate()583 s->bitbuf_channel.rd = (s->bitbuf_channel.rd+1) % in hdlcdrv_siocdevprivate()584 sizeof(s->bitbuf_channel.buffer); in hdlcdrv_siocdevprivate()659 s->bitbuf_channel.rd = s->bitbuf_channel.wr = 0; in hdlcdrv_setup()660 s->bitbuf_channel.shreg = 0x80; in hdlcdrv_setup()
145 struct hdlcdrv_bitbuffer bitbuf_channel; member247 hdlcdrv_add_bitbuffer(&s->bitbuf_channel, bit); in hdlcdrv_channelbit()