Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/gigaset/
Dasyncdata.c149 if (inputstate & INS_byte_stuff) { in hdlc_loop()
152 inputstate &= ~INS_byte_stuff; in hdlc_loop()
174 inputstate |= INS_byte_stuff; in hdlc_loop()
188 INS_DLE_char | INS_byte_stuff; in hdlc_loop()
Dgigaset.h217 #define INS_byte_stuff 0x0004 macro