Searched refs:CRC16_VALID (Results 1 – 2 of 2) sorted by relevance
37 #define CRC16_VALID 0xb001 macro109 if (crc == CRC16_VALID) { in w1_counter_read()
21 #define CRC16_VALID 0xb001 macro88 if (crc16(CRC16_INIT, &data->memory[off], W1_PAGE_SIZE) == CRC16_VALID) in w1_f23_refresh_block()229 if (crc16(CRC16_INIT, &buf[idx], W1_PAGE_SIZE) != CRC16_VALID) { in w1_f23_write_bin()