Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
Daht10.c141 DECLARE_CRC8_TABLE(crc8_table);
155 return crc8(crc8_table, raw_data, count, CRC8_INIT_VALUE); in crc8_check()
354 crc8_populate_msb(crc8_table, AHT20_CRC8_POLY); in aht10_probe()
/linux-6.12.1/drivers/bluetooth/
Dbtnxpuart.c309 static u8 crc8_table[CRC8_TABLE_SIZE]; variable
646 ack_nak[1] = crc8(crc8_table, ack_nak, 1, 0xff); in nxp_send_ack()
1016 nak_tx_buf.pkt.crc = crc8(crc8_table, nak_tx_buf.buf, in nxp_handle_fw_download_error()
1482 crc8_populate_msb(crc8_table, POLYNOMIAL8); in nxp_serdev_probe()