Home
last modified time | relevance | path

Searched refs:sca3300_crc_table (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dsca3300.c249 DECLARE_CRC8_TABLE(sca3300_crc_table); variable
273 crc = ~crc8(sca3300_crc_table, &sca_data->txbuf[0], 3, CRC8_INIT_VALUE); in sca3300_transfer()
283 crc = ~crc8(sca3300_crc_table, &sca_data->rxbuf[0], 3, CRC8_INIT_VALUE); in sca3300_transfer()
641 crc8_populate_msb(sca3300_crc_table, SCA3300_CRC8_POLYNOMIAL); in sca3300_probe()

Completed in 2 milliseconds