Searched refs:hdlc_append_escaped (Results 1 – 1 of 1) sorted by relevance
271 static void hdlc_append_escaped(struct gb_beagleplay *bg, u8 value) in hdlc_append_escaped() function 289 hdlc_append_escaped(bg, value); in hdlc_append_tx_u8() 303 hdlc_append_escaped(bg, bg->tx_crc & 0xff); in hdlc_append_tx_crc() 304 hdlc_append_escaped(bg, (bg->tx_crc >> 8) & 0xff); in hdlc_append_tx_crc()