Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/onewire/
Donewire_subr.c35 static const u_int8_t crc8_table[] = { variable
147 crc = crc8_table[crc ^ *p++]; in onewire_crc()