Searched refs:t_ap_hdlc_like_fcs (Results 1 – 1 of 1) sorted by relevance
41 static u16 t_ap_hdlc_like_fcs [256] = { variable122 fcs = (fcs>>8) ^ t_ap_hdlc_like_fcs[((u8)(fcs^data)) & 0xff]; in hdlc_encode_modem()158 fcs = (fcs>>8) ^ t_ap_hdlc_like_fcs[((u8)(fcs^data)) & 0xff]; in hdlc_no_accm_encode()188 fcs = (fcs>>8) ^ t_ap_hdlc_like_fcs[((u8)(fcs^data)) & 0xff]; in hdlc_no_accm_decode()