Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/tpam/
Dtpam_crcpc.c41 static u16 t_ap_hdlc_like_fcs [256] = { variable
122 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()