Searched refs:cbin (Results 1 – 2 of 2) sorted by relevance
62 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 …]
29 u8 cbin; member