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

/linux-4.1.27/include/linux/
H A Dcrc16.h24 static inline u16 crc16_byte(u16 crc, const u8 data) crc16_byte() function
/linux-4.1.27/drivers/w1/slaves/
H A Dw1_ds2406.c57 crc=crc16_byte(crc, w1_buf[i]); w1_f12_read_state()
93 crc=crc16_byte(crc, w1_buf[i]); w1_f12_write_output()
/linux-4.1.27/lib/
H A Dcrc16.c60 crc = crc16_byte(crc, *buffer++); crc16()
/linux-4.1.27/drivers/sn/
H A Dioc3.c171 static void crc16_byte(unsigned int *crc, unsigned char db) crc16_byte() function
187 crc16_byte(&crc, *(dbs++)); crc16_area()
263 crc16_byte(&crc, nic_read_byte(idd)); read_redir_map()
264 crc16_byte(&crc, nic_read_byte(idd)); read_redir_map()

Completed in 319 milliseconds