Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Daht10.c141 DECLARE_CRC8_TABLE(crc8_table);
155 return crc8(crc8_table, raw_data, count, CRC8_INIT_VALUE); in crc8_check()
355 crc8_populate_msb(crc8_table, AHT20_CRC8_POLY); in aht10_probe()
/openbmc/libpldm/src/
H A Dutils.c63 static const uint8_t crc8_table[] = { variable
105 crc = crc8_table[crc ^ *p++]; in crc8()
/openbmc/linux/drivers/bluetooth/
H A Dbtnxpuart.c298 static u8 crc8_table[CRC8_TABLE_SIZE]; variable
635 ack_nak[1] = crc8(crc8_table, ack_nak, 1, 0xff); in nxp_send_ack()
960 nak_tx_buf.pkt.crc = crc8(crc8_table, nak_tx_buf.buf, in nxp_handle_fw_download_error()
1426 crc8_populate_msb(crc8_table, POLYNOMIAL8); in nxp_serdev_probe()