Home
last modified time | relevance | path

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

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