Home
last modified time | relevance | path

Searched refs:bitbuf_channel (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/hamradio/
H A Dhdlcdrv.c579 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()
/openbmc/linux/include/linux/
H A Dhdlcdrv.h145 struct hdlcdrv_bitbuffer bitbuf_channel; member
247 hdlcdrv_add_bitbuffer(&s->bitbuf_channel, bit); in hdlcdrv_channelbit()