Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dasyncdata.c146 if (inputstate & INS_byte_stuff) { in hdlc_loop()
149 inputstate &= ~INS_byte_stuff; in hdlc_loop()
171 inputstate |= INS_byte_stuff; in hdlc_loop()
185 INS_DLE_char | INS_byte_stuff; in hdlc_loop()
Dgigaset.h214 #define INS_byte_stuff 0x0004 macro