Searched refs:SLIP_ESC (Results 1 – 4 of 4) sorted by relevance
36 #define SLIP_ESC 0333 macro73 slip_writeb(SLIP_ESC); in slip_writeb_esc()76 case SLIP_ESC: in slip_writeb_esc()82 slip_writeb(SLIP_ESC); in slip_writeb_esc()202 c = SLIP_ESC; in slip_input_byte()213 if (c == SLIP_ESC) { in slip_input_byte()
34 #define SLIP_ESC 0333 macro92 c = SLIP_ESC; in slip_process_byte()101 if (c == SLIP_ESC) { in slip_process_byte()356 *sbuf++ = SLIP_ESC; in slip_buffer()359 case SLIP_ESC: in slip_buffer()360 *sbuf++ = SLIP_ESC; in slip_buffer()
72 #define SLIP_ESC 0xdb macro158 if (*byte != SLIP_ESC) { in h5_unslip_byte()171 *byte = SLIP_ESC; in h5_unslip_byte()276 uart_poll_out(h5_dev, SLIP_ESC); in h5_slip_byte()279 case SLIP_ESC: in h5_slip_byte()280 uart_poll_out(h5_dev, SLIP_ESC); in h5_slip_byte()
63 #define SLIP_ESC 0xdb macro159 if (*byte != SLIP_ESC) { in h5_unslip_byte()172 *byte = SLIP_ESC; in h5_unslip_byte()281 uart_poll_out(uart, SLIP_ESC); in h5_slip_byte()284 case SLIP_ESC: in h5_slip_byte()285 uart_poll_out(uart, SLIP_ESC); in h5_slip_byte()