Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dsafe_serial.c179 static inline __u16 fcs_compute10(unsigned char *sp, int len, __u16 fcs) in fcs_compute10() function
204 fcs = fcs_compute10(data, length, CRC10_INITFCS); in safe_process_read_urb()
252 fcs = fcs_compute10(buf, pkt_len, CRC10_INITFCS); in safe_prepare_write_buffer()