Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/isdn/hardware/mISDN/
Disdnhdlc.c62 hdlc->cbin = 0x7e; in isdnhdlc_out_init()
137 if (h->cbin == fast_flag[h->bit_shift]) { \ in isdnhdlc_decode()
165 hdlc->cbin = bitrev8(*src++); in isdnhdlc_decode()
167 hdlc->cbin = *src++; in isdnhdlc_decode()
178 if (hdlc->cbin == 0xff) { in isdnhdlc_decode()
187 if (!(hdlc->cbin & 0x80)) { in isdnhdlc_decode()
196 hdlc->cbin <<= 1; in isdnhdlc_decode()
200 if (hdlc->cbin & 0x80) { in isdnhdlc_decode()
206 hdlc->cbin <<= 1; in isdnhdlc_decode()
210 if (hdlc->cbin & 0x80) { in isdnhdlc_decode()
[all …]
Disdnhdlc.h29 u8 cbin; member