Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/
H A Dw1_io.c20 static u8 w1_crc8_table[] = { variable
360 crc = w1_crc8_table[crc ^ *data++]; in w1_calc_crc8()