Searched refs:crc16_byte (Results 1 – 3 of 3) sorted by relevance
51 crc=crc16_byte(crc, w1_buf[i]); in w1_f12_read_state()87 crc=crc16_byte(crc, w1_buf[i]); in w1_f12_write_output()
58 crc = crc16_byte(crc, *buffer++); in crc16()
22 static inline u16 crc16_byte(u16 crc, const u8 data) in crc16_byte() function
Completed in 5 milliseconds