Searched refs:fcs_compute10 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dsafe_serial.c202 * fcs_compute10 - memcpy and calculate 10 bit CRC across buffer
210 static __u16 __inline__ fcs_compute10(unsigned char *sp, int len, __u16 fcs) function
235 fcs = fcs_compute10(data, length, CRC10_INITFCS);
285 fcs = fcs_compute10(buf, pkt_len, CRC10_INITFCS);

Completed in 171 milliseconds