Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/hisax/
Disdnhdlc.c62 static const unsigned short int crc16_tab[] = { variable
347 hdlc->crc = (hdlc->crc>>8)^crc16_tab[cval]; in isdnhdlc_decode()
526 hdlc->crc = (hdlc->crc>>8)^crc16_tab[cval]; in isdnhdlc_encode()
Dst5481_hdlc.c15 static const unsigned short int crc16_tab[] = { variable
303 hdlc->crc = (hdlc->crc>>8)^crc16_tab[cval]; in hdlc_decode()
482 hdlc->crc = (hdlc->crc>>8)^crc16_tab[cval]; in hdlc_encode()