Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/i4l/
Disdnhdlc.c75 hdlc->cbin = 0x7e; in isdnhdlc_out_init()
150 if (h->cbin == fast_flag[h->bit_shift]) { \ in isdnhdlc_decode()
178 hdlc->cbin = bitrev8(*src++); in isdnhdlc_decode()
180 hdlc->cbin = *src++; in isdnhdlc_decode()
191 if (hdlc->cbin == 0xff) { in isdnhdlc_decode()
200 if (!(hdlc->cbin & 0x80)) { in isdnhdlc_decode()
209 hdlc->cbin <<= 1; in isdnhdlc_decode()
213 if (hdlc->cbin & 0x80) { in isdnhdlc_decode()
219 hdlc->cbin <<= 1; in isdnhdlc_decode()
223 if (hdlc->cbin & 0x80) { in isdnhdlc_decode()
[all …]
/linux-4.19.296/include/linux/isdn/
Dhdlc.h42 u8 cbin; member